mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
fix incorrect imageId assignments (#1456)
This commit is contained in:
@@ -556,7 +556,7 @@ const PlaylistTableItem = memo(
|
||||
<Grid.Col span="content">
|
||||
<Flex align="center" justify="center" px="sm">
|
||||
<ItemImage
|
||||
id={item.id}
|
||||
id={item.imageId}
|
||||
imageContainerProps={{
|
||||
className: styles.imageContainer,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user