From 784d4d7f10cb57cf64c1be93b97c2975a16a6bd1 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 24 Oct 2024 17:59:42 +0300 Subject: [PATCH] Modified facilities/index.js --- pages/facilities/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/facilities/index.js b/pages/facilities/index.js index 1c2e972..b9d8e24 100644 --- a/pages/facilities/index.js +++ b/pages/facilities/index.js @@ -783,7 +783,6 @@ function FacilityHome(props) { } onSubmit={(values) => { - router.refresh() const query = values.q.split(' ').join('+'); const href = new URL(window.location.href)