mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 05:32:42 +00:00
Last tweaks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user