mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
fix: lint error
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ export const SelectorPopperContent = ({
|
||||
}
|
||||
})
|
||||
);
|
||||
let workSpaceDetails: WorkspaceDetails = {};
|
||||
const workSpaceDetails: WorkspaceDetails = {};
|
||||
workspaceDetailList.forEach(details => {
|
||||
if (details) {
|
||||
const { id, member_count, owner } = details;
|
||||
|
||||
Reference in New Issue
Block a user