1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-03 00:33:22 +03:00

Fix basic lint errors

This commit is contained in:
J. Ryan Stinnett
2021-05-12 14:06:10 +01:00
parent 21c1179f8d
commit 6574ca98fa
2 changed files with 49 additions and 12 deletions

View File

@@ -786,7 +786,9 @@ export class FallbackAuthEntry extends React.Component {
}
return (
<div>
<a href="" ref={this._fallbackButton} onClick={this._onShowFallbackClick}>{ _t("Start authentication") }</a>
<a href="" ref={this._fallbackButton} onClick={this._onShowFallbackClick}>{
_t("Start authentication")
}</a>
{errorSection}
</div>
);