fix: no loading state in message nav
This commit is contained in:
parent
b34f434332
commit
7d55aeee0a
3 changed files with 4 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue