mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-15 07:00:03 +02:00
set fallback album group image size (#2221)
This commit is contained in:
@@ -59,7 +59,7 @@ export const AlbumGroupHeader = ({
|
||||
null,
|
||||
);
|
||||
const playButtonBehavior = usePlayButtonBehavior();
|
||||
const albumImageSize = useAlbumGroupImageSize();
|
||||
const albumImageSize = useAlbumGroupImageSize() || 96;
|
||||
const rowHeight = {
|
||||
compact: TableItemSize.COMPACT,
|
||||
large: TableItemSize.LARGE,
|
||||
|
||||
Reference in New Issue
Block a user