fix: updated dependencies

This commit is contained in:
Yordan Simeonov
2025-10-21 15:32:30 +02:00
parent 98a2067b8d
commit c21c1b8ef4
5 changed files with 427 additions and 108 deletions

View File

@@ -18,11 +18,8 @@ export default function ParticipantScreen() {
seasons: number[];
}[]
>([]);
const { shows} = useShowContext();
const { name } = useLocalSearchParams();
const { shows } = useShowContext();
const { name } = useLocalSearchParams();
const resolved = useMemo(
() =>
@@ -69,9 +66,7 @@ export default function ParticipantScreen() {
<View style={styles.performedShowsSection}>
<Text style={styles.performedShowsTitle}>Auftritte:</Text>
<ScrollView
horizontal
showsHorizontalScrollIndicator={false}