mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
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:
parent
0fe536a7e2
commit
a3eebd3a6e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}}
|
||||
/>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue