fix wrong imageRes being used in some cases

This commit is contained in:
jeffvli
2026-01-03 16:00:32 -08:00
parent fd0d783e7d
commit 29957780cb
10 changed files with 14 additions and 1 deletions
@@ -142,6 +142,7 @@ export const LibraryHeader = forwardRef(
itemType={item.type as LibraryItem}
onError={onImageError}
src={imageUrl || ''}
type="header"
/>
)}
</div>