From 247f192a0a0ab680a248e487a5a0affaad512bc8 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Tue, 20 Aug 2024 12:43:34 +0100 Subject: [PATCH] Added a scroll to the selection --- src/exams/Selection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exams/Selection.tsx b/src/exams/Selection.tsx index 95169e27..e713d80d 100644 --- a/src/exams/Selection.tsx +++ b/src/exams/Selection.tsx @@ -133,7 +133,7 @@ export default function Selection({user, page, onStart, disableSelection = false - + {sessions .sort((a, b) => moment(b.date).diff(moment(a.date))) .map((session) => (