From 64e79999ccad5c9f3f71893f817b7223bc18c5ab Mon Sep 17 00:00:00 2001 From: FlorianSpeicher Date: Sat, 14 Jun 2025 21:58:02 +0200 Subject: [PATCH] Fix linter Warning --- 01-frontend/src/helper/productpage/ProductInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {