summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorckonstanski <kostcarl@isu.edu>2026-05-25 15:08:41 -0600
committerckonstanski <kostcarl@isu.edu>2026-05-25 15:08:41 -0600
commitbbfecd7b8422aa50bbdea4e175b94e94943207df (patch)
tree2a10f38694ffde3116b66350d28caa8bc95522ec
parenta60fa48142fe205a4ac3802336da83dff1242c5e (diff)
stuff
-rw-r--r--lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs b/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs
index d71243f..57b4504 100644
--- a/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs
+++ b/lisp/webapps/bogenherr/clojurescript/bogenherr/src/core.cljs
@@ -602,8 +602,9 @@
(let [jsonobj (js->clj (js/JSON.parse response))]
(auth-notifications jsonobj)
(dommy/set-html! (dommy/sel1 :#modify-title)
- (cond (= (@nav-state :about-us-category) "lessons") "About the Studio - Modify"
- (= (@nav-state :about-us-category) "lessons") "For Hire - Modify"))
+ (str (cond (= (@nav-state :about-us-category) "lessons") "About the Studio"
+ (= (@nav-state :about-us-category) "gigs") "For Hire")
+ " - Modify"))
(dommy/set-html! (dommy/sel1 :#modify-body) (template-about-us-modify jsonobj))
(.modal (jquery "#modify"))))