mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-23 16:36:23 +00:00
fmt(js): npm run fix on merge (#69651)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
73c7f68456
commit
15dc65eeda
1 changed files with 1 additions and 3 deletions
|
|
@ -876,9 +876,7 @@ export function useSessionActions({
|
|||
const hasLiveProjection = Boolean(resumed.inflight || resumed.queued)
|
||||
|
||||
const preferredMessages =
|
||||
prefetchApplied &&
|
||||
prefetchMatchesResumedSession &&
|
||||
!hasLiveProjection
|
||||
prefetchApplied && prefetchMatchesResumedSession && !hasLiveProjection
|
||||
? localSnapshot
|
||||
: (() => {
|
||||
const previousMessages = resumedSameSelectedSession
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue