Undo one more unrelated change.

master
Pi-Hsun Shih 4 years ago
parent 9c3299b4fb
commit 976df77673

@ -68,7 +68,7 @@ const isEmpty = function (arr) {
}
const getFirstBuyState = function () {
return JSON.parse(localStorage.getItem('first_buy'));
return JSON.parse(localStorage.getItem('first_buy'))
}
const getPricesFromLocalstorage = function () {

Loading…
Cancel
Save