You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Enable indent rule and fix indent
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
		@@ -200,10 +200,10 @@ class FilePanel extends React.Component {
 | 
			
		||||
                previousPhase={RightPanelPhases.RoomSummary}
 | 
			
		||||
            >
 | 
			
		||||
                <div className="mx_RoomView_empty">
 | 
			
		||||
                { _t("You must <a>register</a> to use this functionality",
 | 
			
		||||
                    {},
 | 
			
		||||
                    { 'a': (sub) => <a href="#/register" key="sub">{ sub }</a> })
 | 
			
		||||
                }
 | 
			
		||||
                    { _t("You must <a>register</a> to use this functionality",
 | 
			
		||||
                        {},
 | 
			
		||||
                        { 'a': (sub) => <a href="#/register" key="sub">{ sub }</a> })
 | 
			
		||||
                    }
 | 
			
		||||
                </div>
 | 
			
		||||
            </BaseCard>;
 | 
			
		||||
        } else if (this.noRoom) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user