Fix ReferenceError in dropdown

lolsob-rspec
Thibaut Girka 2019-04-22 15:41:40 +02:00 committed by ThibG
parent 25cfabce26
commit 1b8d2af1f9
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>
);