mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-21 05:02:39 +00:00
More Lint
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user