mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: extra divider
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
<Icon icon={IconQrcode} />
|
||||
</Button>
|
||||
</Layout.Stack>
|
||||
{#if i < 2 && i < proxyRuleList.rules.length - 1}
|
||||
{#if i < 2 && i < rules.length - 1}
|
||||
<Divider />
|
||||
{/if}
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user