Fix reactions aria-label not being a string and thus being read as [Object object]
This commit is contained in:
parent
6e508e6a9a
commit
8c08293654
4 changed files with 34 additions and 28 deletions
|
@ -135,7 +135,7 @@ export default class MemberEventListSummary extends React.Component<IProps> {
|
|||
|
||||
const desc = formatCommaSeparatedList(descs);
|
||||
|
||||
return _t('%(nameList)s %(transitionList)s', { nameList: nameList, transitionList: desc });
|
||||
return _t('%(nameList)s %(transitionList)s', { nameList, transitionList: desc });
|
||||
});
|
||||
|
||||
if (!summaries) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue