diff --git a/src/store/modules/ftbot/index.ts b/src/store/modules/ftbot/index.ts index e7fb74d5..a5906f48 100644 --- a/src/store/modules/ftbot/index.ts +++ b/src/store/modules/ftbot/index.ts @@ -254,7 +254,7 @@ export function createBotSubStore(botId: string, botName: string) { [BotStoreGetters.version](state: FtbotStateType): string { return state.version; }, - [BotStoreGetters.version](state: FtbotStateType): SysInfoResponse | {} { + [BotStoreGetters.sysinfo](state: FtbotStateType): SysInfoResponse | {} { return state.sysinfo; }, [BotStoreGetters.profit](state: FtbotStateType): ProfitInterface | {} {