From 5a7184efa8a642dc8d85486771d7d65fdd51377b Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 17 Jul 2020 16:43:58 +0200 Subject: [PATCH] Improve typography --- src/store/index.ts | 2 +- src/store/modules/ftbot.ts | 2 +- src/styles/_styles_ovw.scss | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/store/index.ts b/src/store/index.ts index e8eec0c3..4d3de80c 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -38,7 +38,7 @@ export default new Vuex.Store({ }, refreshFrequent({ dispatch }) { // Refresh all data - dispatch('ftbot/getOpentrades'); + dispatch('ftbot/getOpenTrades'); dispatch('ftbot/getState'); dispatch('ftbot/getTrades'); dispatch('ftbot/getWhitelist'); diff --git a/src/store/modules/ftbot.ts b/src/store/modules/ftbot.ts index fc19881e..b8f160fe 100644 --- a/src/store/modules/ftbot.ts +++ b/src/store/modules/ftbot.ts @@ -80,7 +80,7 @@ export default { .then((result) => commit('updateTrades', result.data)) .catch(console.error); }, - getOpentrades({ commit }) { + getOpenTrades({ commit }) { return api .get('/status') .then((result) => commit('updateOpenTrades', result.data)) diff --git a/src/styles/_styles_ovw.scss b/src/styles/_styles_ovw.scss index e0c68ba6..37931af2 100644 --- a/src/styles/_styles_ovw.scss +++ b/src/styles/_styles_ovw.scss @@ -1,5 +1,5 @@ -// global main style +// global main style // html, body, #app{ -// } \ No newline at end of file +// }