Skip to content

Commit

Permalink
chore: add if check on credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
coodos committed Nov 4, 2024
1 parent b2a10f1 commit 1e55b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<Loading></Loading>
{:else}
<div class="flex flex-col gap-3">
{#if credentials.length > 0}
{#if credentials && credentials.length > 0}
{#each credentials as credential (credential.id)}
<div class="flex gap-5">
<Checkbox
Expand Down

0 comments on commit 1e55b8a

Please sign in to comment.