Explorar o código

[FIX] currency rate have not a getter

Gogs %!s(int64=7) %!d(string=hai) anos
pai
achega
69b34e150e
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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
     }
 }