mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-01 08:57:35 +03:00
Fix merge
This commit is contained in:
parent
9c3e4a1202
commit
b6c002b587
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ module.exports = React.createClass({
|
||||||
render: function() {
|
render: function() {
|
||||||
const date = new Date(this.props.ts);
|
const date = new Date(this.props.ts);
|
||||||
return (
|
return (
|
||||||
<span className="mx_MessageTimestamp">
|
|
||||||
{ DateUtils.formatTime(date)+' ' }
|
|
||||||
<span className="mx_MessageTimestamp" title={ DateUtils.formatFullDate(date, this.props.showTwelveHour) }>
|
<span className="mx_MessageTimestamp" title={ DateUtils.formatFullDate(date, this.props.showTwelveHour) }>
|
||||||
{ DateUtils.formatTime(date, this.props.showTwelveHour) + ' ' }
|
{ DateUtils.formatTime(date, this.props.showTwelveHour) + ' ' }
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue