0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 05:32:42 +00:00

Last tweaks

This commit is contained in:
Scott Tolksdorf
2016-05-29 13:19:21 -04:00
parent 7eb47d7db0
commit 6474825ffb
4 changed files with 40 additions and 36 deletions

View File

@@ -86,7 +86,7 @@ module.exports = {
};
},
render : function(){
return <BaseItem text='recently viewed' storageKey='RECENTLY_VIEWED'
return <BaseItem text='recently viewed' storageKey='naturalCrit-homebrew-recently-viewed'
currentBrew={{
id : this.props.brew.shareId,
title : this.props.brew.title,
@@ -106,7 +106,7 @@ module.exports = {
};
},
render : function(){
return <BaseItem text='recently edited' storageKey='RECENTLY_EDITED'
return <BaseItem text='recently edited' storageKey='naturalCrit-homebrew-recently-edited'
currentBrew={{
id : this.props.brew.editId,
title : this.props.brew.title,