Remove extraenous DOM nodes
This commit is contained in:
parent
f058fd8869
commit
9e55f24092
5 changed files with 27 additions and 29 deletions
|
@ -204,7 +204,7 @@ export default class WhoIsTypingTile extends React.Component {
|
|||
this.props.whoIsTypingLimit,
|
||||
);
|
||||
if (!typingString) {
|
||||
return (<div className="mx_WhoIsTypingTile_empty" />);
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue