diff --git a/frontend/src/pages/MyGroupsPage.tsx b/frontend/src/pages/MyGroupsPage.tsx index eb04aa2..a28b728 100644 --- a/frontend/src/pages/MyGroupsPage.tsx +++ b/frontend/src/pages/MyGroupsPage.tsx @@ -173,7 +173,13 @@ const GroupPage: React.FC = ({ const col = ind % gridDims[1]; return ( - + ); })