mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
fix: remove unused variables
This commit is contained in:
@@ -48,7 +48,6 @@ export const WorkspaceCard = ({
|
|||||||
}) => {
|
}) => {
|
||||||
const { currentWorkspace, user } = useAppState();
|
const { currentWorkspace, user } = useAppState();
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const isOwner = user?.id === workspaceData.owner?.id;
|
|
||||||
return (
|
return (
|
||||||
<StyledCard
|
<StyledCard
|
||||||
data-testid="workspace-card"
|
data-testid="workspace-card"
|
||||||
|
|||||||
Reference in New Issue
Block a user