chore: bug fix cleanup (#4)

This commit is contained in:
hampus-fluxer
2026-01-03 06:44:40 +01:00
committed by GitHub
parent 275126d61b
commit c9c5dceb47
80 changed files with 4639 additions and 3709 deletions

View File

@@ -135,7 +135,7 @@ const ChannelWebhooksTab: React.FC<{channelId: string}> = observer(({channelId})
</div>
)}
{canManageWebhooks && !(fetchStatus === 'success' && (!webhooks || webhooks.length === 0)) && (
{canManageWebhooks && (
<div className={styles.buttonContainer}>
<Button onClick={handleCreateQuick} variant="primary" disabled={fetchStatus === 'pending'} small>
<Trans>Create Webhook</Trans>