From 682f032e48dcbebe88df0de5720ba6ba284afb3d Mon Sep 17 00:00:00 2001 From: AML - A Laycock Date: Thu, 31 Oct 2024 10:24:45 +0000 Subject: [PATCH] fix: close search on click of link --- app/routes/app.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/routes/app.tsx b/app/routes/app.tsx index 56ecb09..d634bec 100644 --- a/app/routes/app.tsx +++ b/app/routes/app.tsx @@ -122,7 +122,12 @@ const SearchModal = ({close}: {close: () => void}) => { {search.data ? search.data.map(({label, link}) => { return ( - + {label} )