mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Remove unused code
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
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
Block a user