Improve typography

This commit is contained in:
Matthias 2020-07-17 16:43:58 +02:00
parent 1571a8fd77
commit 5a7184efa8
3 changed files with 4 additions and 4 deletions

View File

@ -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');

View File

@ -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))

View File

@ -1,5 +1,5 @@
// global main style
// global main style
// html, body, #app{
// }
// }