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