Fix ReferenceError in dropdown

staging
Thibaut Girka 2019-04-22 15:41:40 +02:00 committed by ThibG
parent d779ec1f0e
commit c3fa4e8e07
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class ComposerOptionsDropdownContentItem extends ImmutablePureComponent {
<div className='content'>
<strong>{text}</strong>
{meta ? meta : nil}
{meta}
</div>
</div>
);