0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 14:12:43 +00:00

updating changelog and bumping the remembered value to 8 items

This commit is contained in:
Scott Tolksdorf
2016-05-29 12:53:36 -04:00
parent 87af0e8cb7
commit b8c55d72a1
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ var BaseItem = React.createClass({
title : this.props.currentBrew.title,
ts : Date.now()
});
brews = _.slice(brews, 0, 5);
brews = _.slice(brews, 0, 8);
localStorage.setItem(this.props.storageKey, JSON.stringify(brews));
this.setState({
brews : brews