diff --git a/frontend/src/Projects/Project/index.tsx b/frontend/src/Projects/Project/index.tsx index 4b778a2..38f72b7 100644 --- a/frontend/src/Projects/Project/index.tsx +++ b/frontend/src/Projects/Project/index.tsx @@ -253,7 +253,7 @@ const Project = () => { path={`${match.path}/board`} render={() => ( { const variant = value === 'small' ? 'large' : 'small'; setValue(() => variant);