Fix linter Warning

This commit is contained in:
FlorianSpeicher
2025-06-14 21:58:02 +02:00
parent 0bbecfc694
commit 64e79999cc

View File

@@ -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') {