Update src/apps/experimental/components/library/GenresSectionContainer.tsx
Remove parentheses Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -70,8 +70,8 @@ const GenresSectionContainer: FC<GenresSectionContainerProps> = ({
|
||||
centerText: true,
|
||||
cardLayout: false,
|
||||
shape: itemType === BaseItemKind.MusicAlbum ? 'overflowSquare' : 'overflowPortrait',
|
||||
showParentTitle: (itemType === BaseItemKind.MusicAlbum),
|
||||
showYear: (itemType !== BaseItemKind.MusicAlbum)
|
||||
showParentTitle: itemType === BaseItemKind.MusicAlbum,
|
||||
showYear: itemType !== BaseItemKind.MusicAlbum
|
||||
}}
|
||||
/>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user