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 0a78391 commit d0f0a60Copy full SHA for d0f0a60
app/src/views/AccountMyFormsDref/CompletedDrefTable/index.tsx
@@ -201,6 +201,7 @@ function CompletedDrefTable(props: Props) {
201
dref: datum.dref,
202
glide_code: datum.glide_code,
203
date_of_publication: datum.date_of_publication,
204
+ original_language: datum.original_language,
205
}),
206
),
207
{
app/src/views/CountryNsOverviewActivities/NationalSocietyDevelopmentInitiatives/InitiativeCard/index.tsx
@@ -25,7 +25,7 @@ function InitiativeCard(props: Props) {
25
} = props;
26
27
const strings = useTranslation(i18n);
28
- const categories = initiative.categories?.join(', ');
+ const { categories } = initiative;
29
30
return (
31
<Container
0 commit comments