diff --git a/src/View/Status.elm b/src/View/Status.elm index da70a5e..0b410ec 100644 --- a/src/View/Status.elm +++ b/src/View/Status.elm @@ -144,7 +144,7 @@ statusActionsView status currentUser = a [ class <| baseBtnClasses ++ " btn-delete" , href "" - , onClickWithPreventAndStop <| DeleteStatus sourceStatus.id + , onClickWithPreventAndStop <| AskConfirm "Are you sure you want to delete this toot?" (DeleteStatus sourceStatus.id) NoOp ] [ Common.icon "trash" ] else