From 7d4eab28b411dead9335858bc0ffae31174539f2 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 16 Jun 2024 21:04:36 +0100 Subject: [PATCH] feat: improved err messaging for netlify --- src/web-check-live/components/Form/Nav.tsx | 2 +- src/web-check-live/hooks/motherOfAllHooks.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/web-check-live/components/Form/Nav.tsx b/src/web-check-live/components/Form/Nav.tsx index ec2dcc4..3a60a1e 100644 --- a/src/web-check-live/components/Form/Nav.tsx +++ b/src/web-check-live/components/Form/Nav.tsx @@ -22,7 +22,7 @@ const Nav = (props: { children?: ReactNode}) => {
Web Check Icon - Web Check + Web Check {props.children && props.children}
diff --git a/src/web-check-live/hooks/motherOfAllHooks.ts b/src/web-check-live/hooks/motherOfAllHooks.ts index 3848252..fef5cab 100644 --- a/src/web-check-live/hooks/motherOfAllHooks.ts +++ b/src/web-check-live/hooks/motherOfAllHooks.ts @@ -47,6 +47,10 @@ const useMotherOfAllHooks = (params: UseIpAddressProps