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)