Add lang
attribute to trending links (#26111)
This commit is contained in:
parent
80809ef33e
commit
76fce34ebb
2 changed files with 5 additions and 3 deletions
|
@ -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')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue