diff --git a/frontend/components/Inbox/InboxItems.tsx b/frontend/components/Inbox/InboxItems.tsx index cf622e3..6511929 100644 --- a/frontend/components/Inbox/InboxItems.tsx +++ b/frontend/components/Inbox/InboxItems.tsx @@ -381,7 +381,7 @@ const InboxItems: React.FC = () => { {inboxItems.length === 0 ? (
{t('inbox.empty')}
diff --git a/frontend/components/Task/TodayPlan.tsx b/frontend/components/Task/TodayPlan.tsx
index 2e5ace5..3ca162c 100644
--- a/frontend/components/Task/TodayPlan.tsx
+++ b/frontend/components/Task/TodayPlan.tsx
@@ -29,7 +29,7 @@ const TodayPlan: React.FC
{t(
diff --git a/frontend/components/Tasks.tsx b/frontend/components/Tasks.tsx
index 34593f3..fd84804 100644
--- a/frontend/components/Tasks.tsx
+++ b/frontend/components/Tasks.tsx
@@ -463,7 +463,7 @@ const Tasks: React.FC = () => {
/>
) : (