ui: hide empty dates from kai chats list
This commit is contained in:
parent
f3f7992c0a
commit
eab0f60734
1 changed files with 1 additions and 1 deletions
|
|
@ -32,5 +32,5 @@ export function splitByDate(entries: { datetime: string }[]) {
|
|||
}
|
||||
});
|
||||
|
||||
return result;
|
||||
return result.filter((r) => r.entries.length > 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue