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:
@@ -64,7 +64,7 @@ const Page: NextPageWithLayout = () => {
|
||||
}
|
||||
|
||||
return ret;
|
||||
}, [currentWorkspace, currentPage, createEditor, setEditor]);
|
||||
}, [currentWorkspace, currentPage, createEditor, setEditor, metaTitle]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user