Skip to content

Commit

Permalink
Cater for backend not supplying outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenAsJade committed Aug 13, 2024
1 parent f4c4402 commit 27f3541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ReportsCenter/ReportsCenterCMHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function ReportsCenterCMHistory(): JSX.Element {
{
header: "Your outcome",
className: () => "your-outcome",
render: (X) => `${X.users_vote_category}`,
render: (X) => `${X.users_vote_category ?? ""}`,
},
]}
/>
Expand Down

0 comments on commit 27f3541

Please sign in to comment.