diff --git a/js/scripts.js b/js/scripts.js index 8059486..3c09057 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -69,7 +69,7 @@ const isEmpty = function (arr) { const getFirstBuyState = function () { return JSON.parse(localStorage.getItem('first_buy')); -}; +} const getPricesFromLocalstorage = function () { try {