Преглед изворни кода

[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
     }
 }