There was an error while loading. Please reload this page.
2 parents ad3aefa + 1a08af8 commit 2f1abe2Copy full SHA for 2f1abe2
src/components/views/elements/ReplyThread.js
@@ -393,6 +393,7 @@ export default class ReplyThread extends React.Component {
393
alwaysShowTimestamps={this.props.alwaysShowTimestamps}
394
enableFlair={SettingsStore.getValue(UIFeature.Flair)}
395
replacingEventId={ev.replacingEventId()}
396
+ as="div"
397
/>
398
</blockquote>;
399
});
0 commit comments