fix: disable cancel button when there is no window history

This commit is contained in:
Mythie
2023-09-28 15:45:22 +10:00
parent 187485678a
commit adf1359527
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@ export const viewedDocument = async ({ token }: ViewedDocumentOptions) => {
});
if (!recipient) {
console.warn(`No recipient found for token ${token}`);
return;
}