fix review comments

This commit is contained in:
tanzhenxin
2025-12-16 20:36:24 +08:00
parent 9267677d38
commit bf52c6db0f
3 changed files with 11 additions and 35 deletions

View File

@@ -35,7 +35,7 @@ export function truncateText(text: string, maxWidth: number): string {
}
/**
* Filters sessions to exclude empty ones (0 messages) and optionally by branch.
* Filters sessions optionally by branch.
*/
export function filterSessions(
sessions: SessionListItem[],