Skip to content

Commit

Permalink
gig attendance: fix size bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramblurr committed May 15, 2024
1 parent 19c8104 commit 72a7de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/app/gigs/views.clj
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@

(defn attendance-dropdown [& {:keys [member-id gig-id value tr]
:or {value "no-response"}}]
(let [{:keys [opts default]} (attendance-opts tr :large)
(let [{:keys [opts default]} (attendance-opts tr :small)
current-opt (or (m/find-first #(= value (:value %)) (:opts (attendance-opts tr :small))) default)
button-size-class-normal "px-4 py-2 text-sm "
button-size-class-small "px-2 py-1 text-xs "]
Expand Down

0 comments on commit 72a7de6

Please sign in to comment.