Skip to content

Commit 59fb2eb

Browse files
committed
fix: remove duplicate brace causing syntax error
1 parent 5270e40 commit 59fb2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/CommunityPortal/Reports/Participation/EventPopularityBreakdown.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function EventPopularityBreakdown() {
3030
throw new Error(popularityResponse.message || 'Failed to fetch popularity metrics');
3131
}
3232

33-
if (valueResponse?.data) { {
33+
if (valueResponse?.data) {
3434
setEventValues(valueResponse.data.eventValues);
3535
}
3636
} catch (err) {

0 commit comments

Comments
 (0)