Skip to content

Commit 03a6e6d

Browse files
authored
fix: user name flicker before Personal is shown (#7070)
1 parent 12b6a03 commit 03a6e6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const Header = () => {
3434
>
3535
<Stack align="center">
3636
<AppMenu />
37-
{activeTeamInfo && (
37+
{activeTeamInfo && personalWorkspaceId && (
3838
<WorkspaceName
3939
name={
4040
activeTeamInfo.id === personalWorkspaceId

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13692,7 +13692,7 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
1369213692
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
1369313693
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
1369413694

13695-
esquery@^1.0.0, esquery@^1.0.1:
13695+
esquery@1.0.1, esquery@^1.0.0, esquery@^1.0.1:
1369613696
version "1.0.1"
1369713697
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.0.1.tgz#406c51658b1f5991a5f9b62b1dc25b00e3e5c708"
1369813698
integrity sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==

0 commit comments

Comments
 (0)