// 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 PropTypes from 'prop-types'; export default class FloatingTimestamp extends React.PureComponent { static propTypes = { isScrolling: PropTypes.bool.isRequired, isMobile: PropTypes.bool, createAt: PropTypes.number, isRhsPost: PropTypes.bool } render() { if (!this.props.isMobile) { return