src/index.js
@@ -54,7 +54,6 @@ sessionStorage.removeItem('isEditState') sessionStorage.removeItem('loginError') // fetch(`./${process.env.NODE_ENV === 'production' ? 'build/' : ''}options.json`) fetch(`./options.json`) .then(response => response.json()) .catch(() => {