From 0b37274cbac8977927371a04e96c6f5cdc131566 Mon Sep 17 00:00:00 2001 From: Jake Fulmine Date: Sun, 18 Feb 2024 14:31:19 +0100 Subject: [PATCH] fix(dashboard): fix crash when randomizing with card view --- dashboard/src/routes/Dash/Random.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/routes/Dash/Random.svelte b/dashboard/src/routes/Dash/Random.svelte index 15444577..e9553bb5 100644 --- a/dashboard/src/routes/Dash/Random.svelte +++ b/dashboard/src/routes/Dash/Random.svelte @@ -236,7 +236,7 @@ {err} {:else} {#if pageOptions.view === 'card'} - + {:else} {/if}