diff --git a/src/pages/GroupDetailPage.jsx b/src/pages/GroupDetailPage.jsx index 08461d8..e3ab5f7 100644 --- a/src/pages/GroupDetailPage.jsx +++ b/src/pages/GroupDetailPage.jsx @@ -86,10 +86,6 @@ export const GroupDetailPage = () => { return ; } - const order = allOrderGroups.find((g) => g.id === groupId) || - allOrderGroups.find((g) => g.id === selectedOrderGroupId) || - null; - return (