mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Fix some typescript issues
This commit is contained in:
parent
ccfb300854
commit
c303d8588c
|
@ -24,7 +24,7 @@ const alerts = namespace('alerts');
|
|||
export default class BotAlerts extends Vue {
|
||||
@alerts.State activeMessages;
|
||||
|
||||
@alerts.Mutations removeAlert;
|
||||
@alerts.Mutation removeAlert;
|
||||
|
||||
closeAlert() {
|
||||
this.removeAlert();
|
||||
|
|
|
@ -29,7 +29,7 @@ const ftbot = namespace('ftbot');
|
|||
export default class BotControls extends Vue {
|
||||
forcebuyShow = false;
|
||||
|
||||
@ftbot.State botState: BotState;
|
||||
@ftbot.State botState!: BotState;
|
||||
|
||||
@ftbot.Action startBot;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user