Skip to content

Commit 8fe1ffb

Browse files
Merge pull request #4970 from OneCommunityGlobal/chirag-fix-event-registration-static-screen-issue
Chirag - Activity Registration Screen updated to load with correct data and improve the UI
2 parents 593bd0d + 87b31ea commit 8fe1ffb

6 files changed

Lines changed: 1003 additions & 670 deletions

File tree

src/components/CommunityPortal/Activities/Register/EventDescription.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function DescriptionSection({ activity, registrants = [] }) {
8989
return true;
9090
})
9191
.map(({ label, isNew }) => ({ label, isNew }));
92-
}, [activity?.participants, registrants]);
92+
}, [activity?.resources, registrants]);
9393

9494
const participantNameSet = useMemo(() => {
9595
return new Set(participantEntries.map(p => p.label.split(' - ')[0].toLowerCase()));

0 commit comments

Comments
 (0)