[Glitch] Add lang attribute to trending links

Port 76fce34ebb to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Christian Schmidt
2023-07-24 13:48:23 +02:00
committed by Claire
parent f3bd96c91c
commit 1d4df97049
2 changed files with 5 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ class Links extends PureComponent {
{isLoading ? (<LoadingIndicator />) : links.map(link => (
<Story
key={link.get('id')}
lang={link.get('language')}
url={link.get('url')}
title={link.get('title')}
publisher={link.get('provider_name')}