[FIX] Can't change status (#3018)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
parent
0ff916dc50
commit
8f0eae7a25
|
@ -65,7 +65,7 @@ class StatusView extends React.Component {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
||||||
const { statusText } = props.user;
|
const { statusText } = props.user;
|
||||||
this.state = { statusText, loading: false };
|
this.state = { statusText: statusText || '', loading: false };
|
||||||
this.setHeader();
|
this.setHeader();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue