mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
fix regression on round ItemCard
This commit is contained in:
@@ -81,7 +81,7 @@ export function BaseImage({
|
||||
{...props}
|
||||
/>
|
||||
) : !src ? (
|
||||
<ImageUnloader icon={unloaderIcon} />
|
||||
<ImageUnloader className={className} icon={unloaderIcon} />
|
||||
) : (
|
||||
<ImageLoader className={className} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user