console.logs entfernt
This commit is contained in:
@@ -57,7 +57,6 @@ export function QueryProvider({ children }: { children: ReactNode }) {
|
||||
};
|
||||
|
||||
const handleNotification = (notification: NotificationPayload) => {
|
||||
console.log("notification", notification);
|
||||
switch (notification.type) {
|
||||
case "hpg-validation":
|
||||
toast.custom(
|
||||
|
||||
Reference in New Issue
Block a user