mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
chore: cleanup
This commit is contained in:
parent
cc15b55bb9
commit
9931d1d814
13 changed files with 250 additions and 111 deletions
|
|
@ -143,7 +143,7 @@ export function AppOverlays({
|
|||
<Box
|
||||
backgroundColor={active ? (ui.theme.color.completionCurrentBg as any) : undefined}
|
||||
flexDirection="row"
|
||||
key={item.text}
|
||||
key={`${start + i}:${item.text}:${item.display}:${item.meta ?? ''}`}
|
||||
width="100%"
|
||||
>
|
||||
<Text bold={active} color={ui.theme.color.bronze as any}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue