Skip to content

Commit d0f0a60

Browse files
shreeyash07AdityaKhatri
authored andcommitted
fixup! fix(dref-translation): fix translation file and remove unnecessary letters
1 parent 0a78391 commit d0f0a60

File tree

2 files changed

+2
-1
lines changed
  • app/src/views
    • AccountMyFormsDref/CompletedDrefTable
    • CountryNsOverviewActivities/NationalSocietyDevelopmentInitiatives/InitiativeCard

2 files changed

+2
-1
lines changed

app/src/views/AccountMyFormsDref/CompletedDrefTable/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ function CompletedDrefTable(props: Props) {
201201
dref: datum.dref,
202202
glide_code: datum.glide_code,
203203
date_of_publication: datum.date_of_publication,
204+
original_language: datum.original_language,
204205
}),
205206
),
206207
{

app/src/views/CountryNsOverviewActivities/NationalSocietyDevelopmentInitiatives/InitiativeCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function InitiativeCard(props: Props) {
2525
} = props;
2626

2727
const strings = useTranslation(i18n);
28-
const categories = initiative.categories?.join(', ');
28+
const { categories } = initiative;
2929

3030
return (
3131
<Container

0 commit comments

Comments
 (0)