Skip to content

Commit 4cc1669

Browse files
author
Aleksander Grygier
committed
fix: Data check
1 parent 2713d26 commit 4cc1669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/routes/[record=record]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<main>
4242
<Recorder />
4343

44-
{#if $page.data.recordings.length}
44+
{#if $page.data.recordings?.length}
4545
<section class="recordings">
4646
<ul>
4747
{#each $page.data.recordings as { id, name, transcription, url, user_id } (id)}

0 commit comments

Comments
 (0)