fix master conflicts
This commit is contained in:
parent
c98443fd8a
commit
4222382012
1 changed files with 1 additions and 2 deletions
|
@ -210,12 +210,11 @@ export class FormFieldAreaAdvanced extends React.PureComponent<Props> {
|
||||||
{...inputProps}
|
{...inputProps}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="form-field__textarea-info">
|
<div className="form-field__textarea-info">
|
||||||
{!noEmojis && openEmoteMenu && (
|
{!noEmojis && openEmoteMenu && (
|
||||||
<Button
|
<Button
|
||||||
type="alt"
|
type="alt"
|
||||||
className="button--file-action"
|
className="button--comment-icons"
|
||||||
title="Emotes"
|
title="Emotes"
|
||||||
onClick={openEmoteMenu}
|
onClick={openEmoteMenu}
|
||||||
icon={ICONS.EMOJI}
|
icon={ICONS.EMOJI}
|
||||||
|
|
Loading…
Reference in a new issue