Skip to content

Commit

Permalink
disable profile editing button
Browse files Browse the repository at this point in the history
  • Loading branch information
humorless committed Sep 5, 2024
1 parent 68822a7 commit 4504159
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/co/gaiwan/compass/html/profiles.clj
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@
[:button.remove-btn "Remove"]])]]

#_[:div (pr-str user)]
[:div.actions
[edit-profile-btn user]]]))
;; Disable Edit Profile before we can show profile details pretty
#_[:div.actions
[edit-profile-btn user]]]))

(o/defstyled private-name :div
([user {:keys [private-name-switch] :as params}]
Expand Down

0 comments on commit 4504159

Please sign in to comment.