Skip to content

Commit

Permalink
fix: alert dismiss button not passed properly
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx committed Nov 28, 2023
1 parent ae7d3e2 commit 1724b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/common/alert/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(vector
action-button
dismiss-button)
dismiss-button)
(vector dismiss-button))
(when on-dismiss
{:cancelable false})))))

Expand Down

0 comments on commit 1724b16

Please sign in to comment.