Skip to content

Commit

Permalink
Update Lessons.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Clmnnt authored Dec 27, 2024
1 parent 30b167f commit 3710ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/account/Lessons/Lessons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
</View>
);
Expand All @@ -161,7 +161,7 @@ const Lessons: Screen<"Lessons"> = ({ route, navigation }) => {
insets,
getAllLessonsForDay,
loadTimetableWeek,
showNames, // Ajoutez cette ligne
showNames,
]
);

Expand Down

0 comments on commit 3710ea9

Please sign in to comment.