diff --git a/01-frontend/src/helper/productpage/ProductInfo.tsx b/01-frontend/src/helper/productpage/ProductInfo.tsx index a5c778d..01a3325 100644 --- a/01-frontend/src/helper/productpage/ProductInfo.tsx +++ b/01-frontend/src/helper/productpage/ProductInfo.tsx @@ -16,7 +16,7 @@ export default function ProductInfo({ item }: { item: Item }) { const { addToBasket } = useBasket(); const handleClose = ( - event: React.SyntheticEvent | Event, + _: React.SyntheticEvent | Event, reason?: SnackbarCloseReason, ) => { if (reason === 'clickaway') {