Skip to content

Commit

Permalink
fix: implement suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodrigues10 committed Dec 2, 2023
1 parent 33c54a1 commit 512b7ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Notification/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ interface INotificationProps {
}

export default function Notification({ title }: INotificationProps) {
console.log("Notification");
const [visible, setVisible] = useState(true);

useEffect(() => {
Expand Down

0 comments on commit 512b7ae

Please sign in to comment.