diff --git a/components/flow.tsx b/components/flow.tsx index c0fc016b..76ed4e18 100644 --- a/components/flow.tsx +++ b/components/flow.tsx @@ -11,7 +11,6 @@ interface Task { headline: string; description: string; dateToFinish: string | null; - date: string | null; projectId: number; projectName: string; status: number;