Skip to content

Commit

Permalink
Merge remote-tracking branch 'Orcpub/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
codeGlaze committed Jan 30, 2021
2 parents 6df59b4 + 9962ea8 commit b8937d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/orcpub/dnd/e5/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,7 @@
(if (boolean show-button)
(roll-button
(str title " check: ")
(str "1d20" (common/mod-str v))
(str "1d20" v)
:text v
:style {:font-size "24px" :padding "2px 8px"})
v)]]])
Expand Down

0 comments on commit b8937d2

Please sign in to comment.