From f29dc4382fb6250dece4c9add29dee3c4641d2e5 Mon Sep 17 00:00:00 2001 From: Zach Mattes Date: Mon, 3 Jun 2024 18:19:14 -0700 Subject: [PATCH] corrected jasons code --- frontend/src/pages/MyGroupsPage.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ( - + ); })