Merge pull request #6210 from matrix-org/jryans/reply-preview-li-release

[Release] Remove stray bullet point in reply preview
This commit is contained in:
J. Ryan Stinnett
2021-06-17 15:04:44 +01:00
committed by GitHub

View File

@@ -393,6 +393,7 @@ export default class ReplyThread extends React.Component {
alwaysShowTimestamps={this.props.alwaysShowTimestamps}
enableFlair={SettingsStore.getValue(UIFeature.Flair)}
replacingEventId={ev.replacingEventId()}
as="div"
/>
</blockquote>;
});