Update Message.jsx
This commit is contained in:
parent
7dd2546b0f
commit
0b12173e74
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ const MessageOptions = React.memo(({
|
||||||
variant="danger"
|
variant="danger"
|
||||||
iconSrc={BinIC}
|
iconSrc={BinIC}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (window.confirm('Are you sure you want to delete this event')) {
|
if (window.confirm('Are you sure that you want to delete this event')) {
|
||||||
redactEvent(roomId, mEvent.getId());
|
redactEvent(roomId, mEvent.getId());
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue