mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 18:42:40 +00:00
updating changelog and bumping the remembered value to 8 items
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user