From 3aaeec8159e79a1377519bb1376b675673e3c4bf Mon Sep 17 00:00:00 2001 From: Ar Rakin Date: Wed, 28 Aug 2024 18:19:31 +0600 Subject: [PATCH] fix: type errors Signed-off-by: Ar Rakin --- src/components/Navigation/Link.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Navigation/Link.tsx b/src/components/Navigation/Link.tsx index 9d749ca..f4eb956 100644 --- a/src/components/Navigation/Link.tsx +++ b/src/components/Navigation/Link.tsx @@ -47,10 +47,12 @@ const Link: FC = ( } }, [pathname]); + const stringHref = String(href); + return (