diff --git a/components/flow.tsx b/components/flow.tsx
index 8fe1049e..c5ca6e50 100644
--- a/components/flow.tsx
+++ b/components/flow.tsx
@@ -147,10 +147,10 @@ export function Flow() {
const dateStr = task.dateToFinish;
if (!dateStr || dateStr === '0000-00-00 00:00:00') {
return (
- <>
- NO
- DATE
- >
+
+ NO
+ DATE
+
);
}
@@ -171,14 +171,14 @@ export function Flow() {
return (
-
+
{month}
-
+
{day}
-
+
{year}
@@ -186,10 +186,10 @@ export function Flow() {
} catch (error) {
console.error('Error formatting date for task', task.id, error);
return (
- <>
- ERR
- DATE
- >
+
+ ERR
+ DATE
+
);
}
};
@@ -197,47 +197,47 @@ export function Flow() {
return (
- Flow
+ Flow
-
+
{loading ? (
-
-
+
) : error ? (
-
{error}
+
{error}
) : tasks.length === 0 ? (
-
No tasks with due dates found
+
No tasks with due dates found
) : (
-