From 69b3b35ea5ab576439e2d919b6b2c19b360b910d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 19 Jan 2026 21:00:39 +0000 Subject: chore: generate --- packages/app/src/pages/session.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'packages/app/src') diff --git a/packages/app/src/pages/session.tsx b/packages/app/src/pages/session.tsx index fdb9f268c..3b405ef07 100644 --- a/packages/app/src/pages/session.tsx +++ b/packages/app/src/pages/session.tsx @@ -1102,12 +1102,14 @@ export default function Page() { visibleUserMessages().length store.turnStart - const targetId = pendingMessage() ?? (() => { - const hash = window.location.hash.slice(1) - const match = hash.match(/^message-(.+)$/) - if (!match) return undefined - return match[1] - })() + const targetId = + pendingMessage() ?? + (() => { + const hash = window.location.hash.slice(1) + const match = hash.match(/^message-(.+)$/) + if (!match) return undefined + return match[1] + })() if (!targetId) return if (store.messageId === targetId) return -- cgit v1.2.3