fix(sidebar): clarify empty state when completed conversations are hidden
This commit is contained in:
@@ -477,7 +477,7 @@ function FolderGroupItem({
|
||||
>
|
||||
{totalConversationCount === 0
|
||||
? t("emptyFolderHint")
|
||||
: t("noMatchingConversations")}
|
||||
: t("noUnfinishedConversations")}
|
||||
</div>
|
||||
) : (
|
||||
conversations.map((conv) => (
|
||||
|
||||
Reference in New Issue
Block a user