Skip to content

Commit

Permalink
revert: set back thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Jul 22, 2024
1 parent 43fe5ef commit 848fe1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/ItemCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const ItemCard = ({
sx={{ background: disabled ? 'lightgrey' : undefined }}
dense={dense}
elevation={false}
thumbnail={thumbnailUrl}
thumbnail={thumbnail}
to={allowNavigation ? to : undefined}
name={item.name}
alt={item.name}
Expand Down

0 comments on commit 848fe1d

Please sign in to comment.