0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 05:02:39 +00:00

More Lint

This commit is contained in:
Trevor Buckner
2019-01-19 20:08:46 -05:00
parent c1d8796807
commit a56a999920
2 changed files with 37 additions and 37 deletions

View File

@@ -113,7 +113,7 @@ const RecentItems = createClass({
module.exports = {
edited: (props) => {
edited : (props)=>{
return <RecentItems
brew={props.brew}
storageKey={props.storageKey}
@@ -122,7 +122,7 @@ module.exports = {
/>;
},
viewed: (props) => {
viewed : (props)=>{
return <RecentItems
brew={props.brew}
storageKey={props.storageKey}
@@ -131,7 +131,7 @@ module.exports = {
/>;
},
both: (props) => {
both : (props)=>{
return <RecentItems
brew={props.brew}
storageKey={props.storageKey}