Merge pull request #543 from matrix-org/luke/feature-show-integration-error-popup

Show the error that occured when trying to reach scalar
pull/21833/head
Luke Barnard 2016-11-08 11:27:32 +00:00 committed by GitHub
commit 5a61a1e6e1
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ module.exports = React.createClass({
console.error(this.state.scalar_error);
integrationsError = (
<span className="mx_RoomSettings_integrationsButton_errorPopup">
{ this.state.scalar_error.message }
Could not connect to the integration server
</span>
);
}