diff --git a/src/stores/ftbot.ts b/src/stores/ftbot.ts index 9d9c590f..0e9e8b02 100644 --- a/src/stores/ftbot.ts +++ b/src/stores/ftbot.ts @@ -829,7 +829,6 @@ export function createBotSubStore(botId: string, botName: string) { const [pair, timeframe] = msg.data; // TODO: check for active bot ... if (pair === this.selectedPair) { - showAlert(`New Candle for ${pair}`, 'success'); // Reload pair candles this.getPairCandles({ pair, timeframe, limit: 500 }); }