mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
style: enable rxjs/finnish (#6276)
chore(infra): use finnish notation for observables do rename
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
} satisfies Meta<WorkspaceListProps>;
|
||||
|
||||
export const Default = () => {
|
||||
const list = useLiveData(useService(WorkspaceManager).list.workspaceList);
|
||||
const list = useLiveData(useService(WorkspaceManager).list.workspaceList$);
|
||||
return (
|
||||
<WorkspaceList
|
||||
currentWorkspaceId={null}
|
||||
|
||||
Reference in New Issue
Block a user