Skip to content

Commit

Permalink
Update ProductListItem.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas authored Jan 10, 2025
1 parent 21557ee commit 2b32e0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/ProductListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const ProductListItem: React.FC<ProductListItemProps> = (
title={product.name}
onDragStart={handleDisableDragAndDrop}
onDrop={handleDisableDragAndDrop}
scroll
>
<div className={styles.thumbnail}>
<Image
Expand Down

0 comments on commit 2b32e0a

Please sign in to comment.