We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2713d26 commit 4cc1669Copy full SHA for 4cc1669
apps/web/src/routes/[record=record]/+page.svelte
@@ -41,7 +41,7 @@
41
<main>
42
<Recorder />
43
44
- {#if $page.data.recordings.length}
+ {#if $page.data.recordings?.length}
45
<section class="recordings">
46
<ul>
47
{#each $page.data.recordings as { id, name, transcription, url, user_id } (id)}
0 commit comments