filter, haptik, background
This commit is contained in:
@@ -179,7 +179,8 @@ export default function ParticipantScreen() {
|
||||
<GestureHandlerRootView style={styles.mainContainer}>
|
||||
<ScrollView
|
||||
showsVerticalScrollIndicator={false}
|
||||
contentContainerStyle={{ paddingBottom: 20, paddingTop: 10 }}
|
||||
contentContainerStyle={{ paddingBottom: 20, paddingTop: 10}}
|
||||
|
||||
>
|
||||
<Text style={styles.participantName}>{name}</Text>
|
||||
<TouchableOpacity
|
||||
@@ -214,7 +215,7 @@ export default function ParticipantScreen() {
|
||||
paddingLeft: 30,
|
||||
}}
|
||||
>
|
||||
{appearances.map(({ show, seasons }) => {
|
||||
{appearances.toReversed().map(({ show, seasons }) => {
|
||||
const partners = Array.from(
|
||||
new Map(
|
||||
seasons
|
||||
|
||||
Reference in New Issue
Block a user