// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. import {FormattedDate} from 'react-intl'; import React from 'react'; import PureRenderMixin from 'react-addons-pure-render-mixin'; export default class FloatingTimestamp extends React.Component { constructor(props) { super(props); this.shouldComponentUpdate = PureRenderMixin.shouldComponentUpdate.bind(this); } render() { if (!this.props.isMobile) { return