1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Remove extra space

This commit is contained in:
Tulir Asokan
2021-06-15 17:48:16 +03:00
parent cdd2773aa6
commit 9f66bd0f65

View File

@@ -89,7 +89,7 @@ export default class ReplyPreview extends React.Component {
<div className="mx_ReplyPreview_tile">
<ReplyTile
isRedacted={this.state.event.isRedacted()}
mxEvent={this.state.event}
mxEvent={this.state.event}
permalinkCreator={this.props.permalinkCreator}
/>
</div>