Fix ReferenceError in dropdown

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent 25cfabce26
commit 1b8d2af1f9

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

Loading…
Cancel
Save