src/menu/components/card/cardcomponent/options.jsx
@@ -12,7 +12,7 @@ if (appmenulist) { try { appmenulist = JSON.parse(appmenulist) } catch { } catch (e) { appmenulist = [] } } else { @@ -23,7 +23,7 @@ if (menulist) { try { menulist = JSON.parse(menulist) } catch { } catch (e) { menulist = [] } } else {