chore: remove unused variable

This commit is contained in:
JimmFly
2023-01-13 14:08:12 +08:00
parent 8f38504009
commit b57d8d3529

View File

@@ -70,7 +70,7 @@ export const WorkSpaceSliderBar = () => {
const { currentWorkspace } = useAppState();
const { openPage, createPage } = usePageHelper();
const router = useRouter();
const { t, i18n } = useTranslation();
const { t } = useTranslation();
const [showTip, setShowTip] = useState(false);
const [show, setShow] = useLocalStorage('AFFiNE_SLIDE_BAR', false, true);
const currentWorkspaceId = currentWorkspace?.id;