aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/tubo/search/events.cljs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/frontend/tubo/search/events.cljs b/src/frontend/tubo/search/events.cljs
index a40948a..0f2114a 100644
--- a/src/frontend/tubo/search/events.cljs
+++ b/src/frontend/tubo/search/events.cljs
@@ -72,11 +72,7 @@
(rf/reg-event-db
:search/show-form
(fn [db [_ show?]]
- (when-not (= (-> db
- :navigation/current-match
- :path)
- "search")
- (assoc db :search/show-form show?))))
+ (assoc db :search/show-form show?)))
(rf/reg-event-db
:search/change-query