diff --git a/src/components/CommunityPortal/Reports/Participation/DropOffTracking.jsx b/src/components/CommunityPortal/Reports/Participation/DropOffTracking.jsx
index e80ee36b0a..fb41263ef3 100644
--- a/src/components/CommunityPortal/Reports/Participation/DropOffTracking.jsx
+++ b/src/components/CommunityPortal/Reports/Participation/DropOffTracking.jsx
@@ -136,8 +136,12 @@ function DropOffTracking() {
{filteredEvents.map(event => (
| {event.eventName} |
- {event.noShowRate} |
- {event.dropOffRate} |
+
+ {event.noShowRate}
+ |
+
+ {event.dropOffRate}
+ |
|