mirror of https://github.com/kortix-ai/suna.git
fix
This commit is contained in:
parent
63121d8ed6
commit
45d238aa62
|
@ -153,8 +153,7 @@ export const groupThreadsByDate = (
|
|||
let dateGroup: string;
|
||||
|
||||
if (diffInDays === 0) {
|
||||
// Skip today's threads - don't show anything for "TODAY"
|
||||
return;
|
||||
dateGroup = 'Today';
|
||||
} else if (diffInDays === 1) {
|
||||
dateGroup = 'Yesterday';
|
||||
} else if (diffInDays <= 7) {
|
||||
|
|
Loading…
Reference in New Issue