From 58d7e1de189c1baf194a4d89385ea6fc82c5c859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Thu, 12 Mar 2026 11:47:50 +0100 Subject: [PATCH] :paperclip: Revert show version notes when navigate from cc (#8591) --- frontend/src/app/main/ui.cljs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/frontend/src/app/main/ui.cljs b/frontend/src/app/main/ui.cljs index d98adb6054..41e18c846f 100644 --- a/frontend/src/app/main/ui.cljs +++ b/frontend/src/app/main/ui.cljs @@ -10,7 +10,6 @@ [app.common.uuid :as uuid] [app.config :as cf] [app.main.data.common :as dcm] - [app.main.data.modal :as modal] [app.main.data.team :as dtm] [app.main.errors :as errors] [app.main.refs :as refs] @@ -154,8 +153,6 @@ props (get profile :props) section (get data :name) team (mf/deref refs/team) - params-release-notes - (-> route :params :query :release-notes) show-question-modal? @@ -182,13 +179,6 @@ (not= (:release-notes-viewed props) (:main cf/version)) (not= "0.0" (:main cf/version)))] - (mf/with-effect [section params-release-notes] - (when (= params-release-notes "show") - (let [query-params (-> route :params :query) - updated-params (dissoc query-params :release-notes)] - (st/emit! (modal/show {:type :release-notes :version (:main cf/version)})) - (st/emit! (rt/nav section updated-params {::rt/replace true}))))) - [:& (mf/provider ctx/current-route) {:value route} (case section (:auth-login