1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00
This commit is contained in:
Germain Souquet
2021-07-20 11:12:17 +02:00
parent 06c9a060b4
commit dd65d47fba

View File

@@ -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 },
</>)
])
); );
} }
} }