0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 04:02:44 +00:00

Bump eslint version

This commit is contained in:
Trevor Buckner
2020-02-04 11:09:15 -05:00
parent 928b553b19
commit f0d9fcf942
3 changed files with 531 additions and 463 deletions

View File

@@ -29,7 +29,7 @@ const RecentItems = createClass({
componentDidMount : function() {
//== Load recent items list ==//
//== Load recent items list ==//
let edited = JSON.parse(localStorage.getItem(EDIT_KEY) || '[]');
let viewed = JSON.parse(localStorage.getItem(VIEW_KEY) || '[]');