You've already forked matrix-react-sdk
							
							
				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:
		@@ -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>
 | 
			
		||||
        );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user