mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
📅 fix: Conversation grouping and labeling for prior years (#4180)
This commit is contained in:
parent
b0a48fd693
commit
eba2c9a032
3 changed files with 79 additions and 5 deletions
|
|
@ -41,7 +41,8 @@ const Conversations = ({
|
|||
paddingLeft: '10px',
|
||||
}}
|
||||
>
|
||||
{localize(groupName) ?? groupName}
|
||||
{/* eslint-disable-next-line @typescript-eslint/strict-boolean-expressions */}
|
||||
{localize(groupName) || groupName}
|
||||
</div>
|
||||
{convos.map((convo, i) => (
|
||||
<Convo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue