fix: no loading state in message nav

This commit is contained in:
Adam 2025-12-11 14:46:29 -06:00
commit 7d55aeee0a
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 4 additions and 29 deletions

View file

@ -415,7 +415,6 @@ export default function Page() {
messages={session.messages.user()}
current={session.messages.active()}
onMessageSelect={session.messages.setActive}
working={session.working()}
wide={wide()}
/>
<SessionTurn