diff --git a/frontend/src/pages/organization/ProjectsPage/components/AllProjectView.tsx b/frontend/src/pages/organization/ProjectsPage/components/AllProjectView.tsx index d4b44902f..6b1edaf1f 100644 --- a/frontend/src/pages/organization/ProjectsPage/components/AllProjectView.tsx +++ b/frontend/src/pages/organization/ProjectsPage/components/AllProjectView.tsx @@ -351,40 +351,38 @@ export const AllProjectView = ({ Joined ) : ( -
- - {(isAllowed) => - isAllowed ? ( - - ) : ( - - ) - } - -
+ + {(isAllowed) => + isAllowed ? ( + + ) : ( + + ) + } + )} ))}