Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c6fb80a

Browse files
committed
lint
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent a8cfa02 commit c6fb80a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/views/rooms/RoomTile.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,9 @@ export default class RoomTile extends React.PureComponent<IProps, IState> {
684684
const titleContainer = this.props.isMinimized ? null : (
685685
<div className="mx_RoomTile_titleContainer">
686686
<div title={name} className={titleClasses} tabIndex={-1}>
687-
<span dir="auto">
688-
{ name }
689-
</span>
687+
<span dir="auto">
688+
{ name }
689+
</span>
690690
</div>
691691
{ subtitle }
692692
</div>

0 commit comments

Comments
 (0)