From 3710ea94037b3b318f0e1bdb85b8ddc837135695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= <159389431+Clmnnt@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:04:25 +0100 Subject: [PATCH] Update Lessons.tsx --- src/views/account/Lessons/Lessons.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/account/Lessons/Lessons.tsx b/src/views/account/Lessons/Lessons.tsx index ae388b267..1aa648e56 100644 --- a/src/views/account/Lessons/Lessons.tsx +++ b/src/views/account/Lessons/Lessons.tsx @@ -148,7 +148,7 @@ const Lessons: Screen<"Lessons"> = ({ route, navigation }) => { } refreshAction={() => loadTimetableWeek(weekNumber, true)} loading={loadingWeeks.includes(weekNumber)} - showNames={showNames} // Ajoutez cette ligne + showNames={showNames} /> ); @@ -161,7 +161,7 @@ const Lessons: Screen<"Lessons"> = ({ route, navigation }) => { insets, getAllLessonsForDay, loadTimetableWeek, - showNames, // Ajoutez cette ligne + showNames, ] );