fix: change the right brand name

This commit is contained in:
tzhangchi
2022-12-23 18:32:19 +08:00
parent f896e04356
commit 83e45f5bfa
@@ -28,7 +28,7 @@ export const WorkspaceSelector = () => {
{currentWorkspace?.meta.name || {currentWorkspace?.meta.name ||
(workspaceMeta?.type === WorkspaceType.Private && user (workspaceMeta?.type === WorkspaceType.Private && user
? user.name ? user.name
: 'AFFINE')} : 'AFFiNE')}
</WorkspaceName> </WorkspaceName>
</SelectorWrapper> </SelectorWrapper>
</Popper> </Popper>