fix: missing column

This commit is contained in:
Arman
2023-08-20 12:12:47 +02:00
parent f31aa718b0
commit 495a9c2530
@@ -23,7 +23,7 @@
<svelte:fragment slot="list">
{#each domain.rules as rule, i}
{#if i !== 0}
<DropListLink href={`https//${rule.domain}`} external icon="external-link">
<DropListLink href={`https://${rule.domain}`} external icon="external-link">
{rule.domain}
</DropListLink>
{/if}