mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Fix for backup event fetching logic on details page
This commit is contained in:
parent
b3b78b9385
commit
4af0172b9a
@ -95,8 +95,6 @@ const Details = () => {
|
|||||||
setDecryptedContent(decrypted);
|
setDecryptedContent(decrypted);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
showToast('error', 'Error', 'Event not found');
|
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error fetching event:', error);
|
console.error('Error fetching event:', error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user