Remove unused code
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
0d8f84c769
commit
259b36c13d
|
@ -382,12 +382,6 @@ export default class ReplyThread extends React.Component {
|
||||||
mxEvent={ev}
|
mxEvent={ev}
|
||||||
onHeightChanged={this.props.onHeightChanged}
|
onHeightChanged={this.props.onHeightChanged}
|
||||||
permalinkCreator={this.props.permalinkCreator}
|
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"
|
|
||||||
/>
|
/>
|
||||||
</blockquote>;
|
</blockquote>;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue