Fix RoomAvatarEvent historic fallback
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
423a74c99c
commit
ee3542453e
2 changed files with 3 additions and 2 deletions
|
@ -133,7 +133,6 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
onError: function(ev) {
|
||||
console.log("onError");
|
||||
const nextIndex = this.state.urlsIndex + 1;
|
||||
if (nextIndex < this.state.imageUrls.length) {
|
||||
// try the next one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue