Fix RoomAvatarEvent historic fallback

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-08-09 11:31:04 +01:00
parent 423a74c99c
commit ee3542453e
2 changed files with 3 additions and 2 deletions

View file

@ -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