Remove unused code

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-02 15:38:44 +02:00
parent 0d8f84c769
commit 259b36c13d
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 0 additions and 6 deletions

View File

@ -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"
/>
</blockquote>;
});