From 976df7767366f51bf9d063b5f746da100374fcb9 Mon Sep 17 00:00:00 2001 From: Pi-Hsun Shih Date: Wed, 8 Apr 2020 17:43:07 +0800 Subject: [PATCH] Undo one more unrelated change. --- js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/scripts.js b/js/scripts.js index 3c09057..4a99fbe 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -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 () {