updated
This commit is contained in:
@@ -4,12 +4,16 @@ type ShowInfoProps = {
|
||||
seasons: number;
|
||||
participants: number;
|
||||
streamingService: string;
|
||||
startDate: string;
|
||||
endDate?: string | null;
|
||||
};
|
||||
|
||||
const ShowInfo = ({
|
||||
seasons,
|
||||
participants,
|
||||
streamingService,
|
||||
startDate,
|
||||
endDate,
|
||||
}: ShowInfoProps) => {
|
||||
return (
|
||||
<View style={styles.showMainInfoSection}>
|
||||
|
||||
Reference in New Issue
Block a user