diff --git a/src/components/views/elements/ReplyThread.js b/src/components/views/elements/ReplyThread.js index d309c718dd..585c4bbdc0 100644 --- a/src/components/views/elements/ReplyThread.js +++ b/src/components/views/elements/ReplyThread.js @@ -382,12 +382,6 @@ export default class ReplyThread extends React.Component { mxEvent={ev} onHeightChanged={this.props.onHeightChanged} permalinkCreator={this.props.permalinkCreator} - isTwelveHour={SettingsStore.getValue("showTwelveHourTimestamps")} - layout={this.props.layout} - alwaysShowTimestamps={this.props.alwaysShowTimestamps} - enableFlair={SettingsStore.getValue(UIFeature.Flair)} - replacingEventId={ev.replacingEventId()} - as="div" /> ; });