diff --git a/frontend/src/routes/targets/+page.svelte b/frontend/src/routes/targets/+page.svelte index 93623f0..f9a02b9 100644 --- a/frontend/src/routes/targets/+page.svelte +++ b/frontend/src/routes/targets/+page.svelte @@ -134,10 +134,11 @@ {/if} - + + {#if form.bot_id}
- {#if form.bot_id && (botChats[form.bot_id] || []).length > 0} + {#if (botChats[form.bot_id] || []).length > 0} - {#if form.bot_id} -

{t('telegramBot.noChats')}

- {/if} +

{t('telegramBot.noChats')}

{/if}
+ {/if}