fix: workspace meta list

This commit is contained in:
alt0
2022-12-20 02:05:50 +08:00
parent f3644385a8
commit 5d4a6e9677
2 changed files with 2 additions and 17 deletions
@@ -11,21 +11,6 @@ import {
LoginItem,
} from './WorkspaceItem';
const workspaces = [
{
name: 'Design',
icon: '',
},
{
name: 'Operation',
icon: '',
},
{
name: 'Something is too long to show in this box',
icon: '',
},
];
export const SelectorPopperContent = () => {
const { user, workspacesMeta } = useAppState();
return !user ? (