zzzz
2024-04-21 3f3e2d5977787b0c6e09cd5cba7b41e5fb7d3fd0
src/store/modules/home.store.js
@@ -44,7 +44,7 @@
    },
    SET_NEW_CION_LIST(state, currency) {
      const arr = [];
      currency.map((item) => {
      currency?.map((item) => {
        arr.push(item.tokenCode);
      });