Fix for backup event fetching logic on details page

This commit is contained in:
austinkelsay 2024-10-13 14:19:56 -05:00
parent b3b78b9385
commit 4af0172b9a

View File

@ -95,8 +95,6 @@ const Details = () => {
setDecryptedContent(decrypted);
}
}
} else {
showToast('error', 'Error', 'Event not found');
}
} catch (error) {
console.error('Error fetching event:', error);