From cc76d23419e965b5a0cc119eed637103f47aafba Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 27 Aug 2022 15:55:05 +0200 Subject: [PATCH] chore(web): fix incorrect notification props spelling --- web/src/features/dev/debug/notification.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/features/dev/debug/notification.ts b/web/src/features/dev/debug/notification.ts index ce4d706..0ab893c 100644 --- a/web/src/features/dev/debug/notification.ts +++ b/web/src/features/dev/debug/notification.ts @@ -1,5 +1,5 @@ import { - CustomNotifiactionProps, + CustomNotificationProps, NotificationProps, } from "../../notifications/NotificationWrapper"; import { debugData } from "../../../utils/debugData"; @@ -18,7 +18,7 @@ export const debugNotification = () => { }; export const debugCustomNotification = () => { - debugData([ + debugData([ { action: "customNotify", data: {