Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 28, 2024
1 parent 991db2e commit 6bf7367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/header/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ let userDataFunction = async user => {
let c = confirm(LOC.leave_conversation.message);
if(c) {
await API.inbox.deleteConversation(lastConvo.conversation_id);
modal.remove();
modal.removeModal();
chrome.storage.local.remove(['inboxData'], () => {});
await updateInboxData();
}
Expand Down

0 comments on commit 6bf7367

Please sign in to comment.