Skip to content

Commit 0d037cc

Browse files
committed
fix: close unclosed media block in CPDashboard.module.css and remove console.error
1 parent 81db43e commit 0d037cc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/CommunityPortal/Calendar/CommunityCalendar.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ export default function CommunityCalendar() {
288288
closeEventModal();
289289
}, 500);
290290
} catch (error) {
291-
console.error('Event registration failed:', error);
292-
293291
toast.error('Registration failed. Please try again.', {
294292
position: 'top-right',
295293
autoClose: 3000,

0 commit comments

Comments
 (0)