From 4af0172b9a67a897ddd6c6788d414d06b27df569 Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Sun, 13 Oct 2024 14:19:56 -0500 Subject: [PATCH] Fix for backup event fetching logic on details page --- src/pages/details/[slug]/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/details/[slug]/index.js b/src/pages/details/[slug]/index.js index f73aadb..3f0b25e 100644 --- a/src/pages/details/[slug]/index.js +++ b/src/pages/details/[slug]/index.js @@ -95,8 +95,6 @@ const Details = () => { setDecryptedContent(decrypted); } } - } else { - showToast('error', 'Error', 'Event not found'); } } catch (error) { console.error('Error fetching event:', error);