We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b63007 commit 94d9314Copy full SHA for 94d9314
app/src/views/CountryNsOverviewActivities/NationalSocietyDevelopmentInitiatives/InitiativeCard/index.tsx
@@ -25,7 +25,6 @@ function InitiativeCard(props: Props) {
25
} = props;
26
27
const strings = useTranslation(i18n);
28
- const categories = initiative.categories?.join(', ');
29
30
return (
31
<Container
@@ -44,7 +43,7 @@ function InitiativeCard(props: Props) {
44
43
footerContent={(
45
<TextOutput
46
label={strings.initiativeCategoriesTitle}
47
- value={categories}
+ value={initiative.categories}
48
valueType="text"
49
strongValue
50
withoutLabelColon
0 commit comments