Skip to content

Commit 28675ac

Browse files
committed
remove comment
1 parent ed06f58 commit 28675ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/hooks/useNotification.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import { useToast } from "@chakra-ui/react";
22

3-
// TODO: Customize toast to match Figma design
4-
// https://www.figma.com/design/Ts9QxCIXFe4l9h6GKOLOIq/Admin-Application?node-id=5530-38022&t=d0D0hBm1Lo6YUL70-4
5-
// Apply this hook for all successful create / update / delete operations in this project
63
export default function useNotification() {
74
const toast = useToast();
85

0 commit comments

Comments
 (0)