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 authored and pavloburykh committed Nov 29, 2023
1 parent 05e72d1 commit 04d8bca
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 04d8bca

Please sign in to comment.