From 512b7aee0079480a52685b684d77b1b90430d381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Rodrigues?= Date: Sat, 2 Dec 2023 19:24:59 +0000 Subject: [PATCH] fix: implement suggestions --- components/Notification/Notification.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Notification/Notification.tsx b/components/Notification/Notification.tsx index 122995f9..07bf47cf 100644 --- a/components/Notification/Notification.tsx +++ b/components/Notification/Notification.tsx @@ -5,7 +5,6 @@ interface INotificationProps { } export default function Notification({ title }: INotificationProps) { - console.log("Notification"); const [visible, setVisible] = useState(true); useEffect(() => {