fix: updated dependencies
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user