Fix being unable to add account notes

th-downstream
Thibaut Girka 4 years ago committed by ThibG
parent 1144767ca8
commit 22c04b63cb

@ -176,7 +176,7 @@ class Header extends ImmutablePureComponent {
menu.push(null);
}
if (accountNote === null) {
if (accountNote === null || accountNote === '') {
menu.push({ text: intl.formatMessage(messages.add_account_note, { name: account.get('username') }), action: this.props.onEditAccountNote });
}

Loading…
Cancel
Save