fix: lint error

This commit is contained in:
QiShaoXuan
2022-12-29 16:42:26 +08:00
parent f333a9bb5c
commit a56a724a3d
@@ -64,7 +64,7 @@ const Page: NextPageWithLayout = () => {
}
return ret;
}, [currentWorkspace, currentPage, createEditor, setEditor]);
}, [currentWorkspace, currentPage, createEditor, setEditor, metaTitle]);
return (
<>