Fix ReferenceError in dropdown
This commit is contained in:
parent
25cfabce26
commit
1b8d2af1f9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class ComposerOptionsDropdownContentItem extends ImmutablePureComponent {
|
||||||
|
|
||||||
<div className='content'>
|
<div className='content'>
|
||||||
<strong>{text}</strong>
|
<strong>{text}</strong>
|
||||||
{meta ? meta : nil}
|
{meta}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue