We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec19ee4 commit 716ec70Copy full SHA for 716ec70
src/lib/components/tasks/taskpage/Submissions.svelte
@@ -101,7 +101,7 @@
101
<h3>Resultat:</h3>
102
{submissions[active].resultType}
103
</div>
104
- {#if submissions[active].details.error}
+ {#if submissions[active].details && submissions[active].details.error}
105
<Code lang="plaintext" code={submissions[active].details.error} />
106
{/if}
107
<div class="flex items-center gap-2">
0 commit comments