Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
💬 Change nolla article author string
Browse files Browse the repository at this point in the history
  • Loading branch information
danieladugyan committed Aug 21, 2023
1 parent 6051d1b commit 2d6ddf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/components/Nolla/Article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ const getNollaNewsAuthor = (i18n: any, author: Partial<Author>) => {
return 'Staben';
}

const { name, nameEn } = author.position;
return selectTranslation(i18n, name, nameEn);
return getSignature(author);
};

export default function Article({ article }: ArticleProps) {
Expand Down

0 comments on commit 2d6ddf6

Please sign in to comment.