Преглед на файлове

[FIX] currency rate have not a getter

Gogs преди 7 години
родител
ревизия
69b34e150e
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/store/modules/currencies.js

+ 0 - 3
src/store/modules/currencies.js

@@ -5,9 +5,6 @@ const state = {
 const getters = {
     getCurrencies(state) {
         return state.currencies
-    },
-    getRates(state) {
-        return state.rates
     }
 }