Skip to content

Commit 9f8819c

Browse files
committed
🎨 Use - instead of ?? (#1906)
1 parent 039dcef commit 9f8819c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/GradeLabel.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{#if taskGrade !== TaskGrade.PENDING}
4747
{grade}
4848
{:else}
49-
{'??'}
49+
{''}
5050
{/if}
5151
</div>
5252
</div>

0 commit comments

Comments
 (0)