diff --git a/frontend/src/routes/targets/+page.svelte b/frontend/src/routes/targets/+page.svelte index 3a9306a..93623f0 100644 --- a/frontend/src/routes/targets/+page.svelte +++ b/frontend/src/routes/targets/+page.svelte @@ -121,24 +121,19 @@ {#if formType === 'telegram'} - +
- + {#if bots.length === 0} +

{t('telegramBot.noBots')}

+ {/if}
- {#if !form.bot_id} - -
- - -
- {/if} -