diff --git a/src/components/dashboard/Dashboard.tsx b/src/components/dashboard/Dashboard.tsx index f667ccf..29eecf5 100644 --- a/src/components/dashboard/Dashboard.tsx +++ b/src/components/dashboard/Dashboard.tsx @@ -98,7 +98,7 @@ const Dashboard: React.FC = ({ onActionClick, hasActiveEvent, cu ); }; - return
{renderContent()}
; + return
{renderContent()}
; }; const DashboardComponent: React.FC = Dashboard; diff --git a/src/features/event/components/EventFormInline.tsx b/src/features/event/components/EventFormInline.tsx index f562876..56d929d 100644 --- a/src/features/event/components/EventFormInline.tsx +++ b/src/features/event/components/EventFormInline.tsx @@ -549,7 +549,13 @@ const EventFormInline: React.FC = ({ onSuccess, onCancel, }; return ( -
+