mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix loading spinner (#7134)
This commit is contained in:
parent
54f982589a
commit
08735a9b72
@ -115,7 +115,7 @@ export function Sidebar() {
|
||||
user.data ? { avatar_url: user.data.avatar_url } : undefined
|
||||
}
|
||||
onLogout={handleLogout}
|
||||
isLoading={user.isLoading || user.isPending}
|
||||
isLoading={user.isFetching}
|
||||
/>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user