mirror of https://github.com/vector-im/riot-web
lint fix
parent
06c9a060b4
commit
dd65d47fba
|
@ -1158,11 +1158,10 @@ export default class EventTile extends React.Component<IProps, IState> {
|
||||||
{ keyRequestInfo }
|
{ keyRequestInfo }
|
||||||
{ actionBar }
|
{ actionBar }
|
||||||
</div>,
|
</div>,
|
||||||
reactionsRow,
|
{ reactionsRow },
|
||||||
msgOption,
|
{ msgOption },
|
||||||
avatar,
|
{ avatar },
|
||||||
|
</>)
|
||||||
])
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue