style: indentation

pull/9926/head
Konstantinos Kaloutas 2023-07-05 19:02:49 +03:00 committed by Tienson Qin
parent ee541e6f30
commit 6b50f874bb
1 changed files with 5 additions and 4 deletions

View File

@ -338,7 +338,8 @@
(state/sidebar-add-block! repo "help" :help))}
(t :right-side-bar/help)]]
(when (and config/dev? (state/sub [:ui/developer-mode?])) [:div.text-sm
(when (and config/dev? (state/sub [:ui/developer-mode?]))
[:div.text-sm
[:button.button.cp__right-sidebar-settings-btn {:on-click (fn [_e]
(state/sidebar-add-block! repo "history" :history))}
(t :right-side-bar/history)]])]]