Skip to content

Commit 22bc34c

Browse files
Update GridView.js
1 parent 8e1ce93 commit 22bc34c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

components/Yugioh/GridView.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@ const GridView = ( { aggregatedData, onDeleteCard, onUpdateCard, sortConfig, han
218218
const imageSources = getUniqueStrings( [
219219
...remoteImageSources,
220220
...localImageSources,
221-
FALLBACK_IMAGE,
222221
] );
223-
const primaryImageSrc = imageSources[ 0 ] || FALLBACK_IMAGE;
222+
const primaryImageSrc = imageSources[ 0 ] || "";
224223

225224
return {
226225
primaryImageSrc,

0 commit comments

Comments
 (0)