diff --git a/frontend/app/components/Kai/utils.ts b/frontend/app/components/Kai/utils.ts index 691ad785f..ea581217e 100644 --- a/frontend/app/components/Kai/utils.ts +++ b/frontend/app/components/Kai/utils.ts @@ -32,5 +32,5 @@ export function splitByDate(entries: { datetime: string }[]) { } }); - return result; + return result.filter((r) => r.entries.length > 0); }