From 034beaf800e39616c08842a9a8602a97edce8f9f Mon Sep 17 00:00:00 2001 From: Basti Ortiz <39114273+BastiDood@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:01:22 +0800 Subject: [PATCH] docs(lab): use clearer language for empty draft slots --- app/src/routes/dashboard/(draft)/students/+page.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/routes/dashboard/(draft)/students/+page.svelte b/app/src/routes/dashboard/(draft)/students/+page.svelte index 1f6bde0..4079755 100644 --- a/app/src/routes/dashboard/(draft)/students/+page.svelte +++ b/app/src/routes/dashboard/(draft)/students/+page.svelte @@ -30,7 +30,8 @@ > {:else if isDone} This lab has already submitted their picks for this round. No action is required until the next one.This lab either has no draft slots remaining or has already submitted their picks for this round. No action is + required until the next one. {:else if students.length > 0} {@const suffix = getOrdinalSuffix(curr_round)}