fix typing notifs
This commit is contained in:
parent
7f65ba506b
commit
30b2156278
3 changed files with 10 additions and 10 deletions
|
@ -183,7 +183,7 @@ module.exports = React.createClass({
|
|||
else if (typingString) {
|
||||
statusBar = (
|
||||
<div className="mx_RoomView_typingBar">
|
||||
<img src="img/typing.png" width="40" height="40" alt=""/>
|
||||
<div className="mx_RoomView_typingImage">...</div>
|
||||
{typingString}
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue