mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-26 22:29:24 +00:00
Comment out subvis
This commit is contained in:
parent
a4d9b04e48
commit
0ae40e8fcd
@ -387,7 +387,7 @@
|
||||
:on-click #(reset! selected-tab :traces)} "Traces"]
|
||||
[:button {:class (str "tab button " (when (= @selected-tab :app-state) "active"))
|
||||
:on-click #(reset! selected-tab :app-state)} "app-state"]
|
||||
[:button {:class (str "tab button " (when (= @selected-tab :subvis) "active"))
|
||||
#_[:button {:class (str "tab button " (when (= @selected-tab :subvis) "active"))
|
||||
:on-click #(reset! selected-tab :subvis)} "SubVis"]]]
|
||||
(case @selected-tab
|
||||
:traces [render-trace-panel]
|
||||
|
Loading…
x
Reference in New Issue
Block a user