mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 18:40:00 +08:00
fix: workspace meta list
This commit is contained in:
-15
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user