Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
Bruno Windels 2019-06-04 14:53:01 +00:00 committed by GitHub
parent 629b776820
commit 62ad40d1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ module.exports = React.createClass({
} catch (e) {
const code = e.errcode || e.statusCode;
// only show the dialog if failing for something other than a network error
// (e.g. no errcode or statusCode) as that case the redaction end up in the
// (e.g. no errcode or statusCode) as in that case the redactions end up in the
// detached queue and we show the room status bar to allow retry
if (typeof code !== "undefined") {
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");