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 () {