From 1778eb81157bfaeb23881efce6f5e50ef6db25a7 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Thu, 4 Feb 2016 11:53:38 -0800 Subject: Fixed issue with on-hover timestamps --- web/react/components/time_since.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/react/components/time_since.jsx') diff --git a/web/react/components/time_since.jsx b/web/react/components/time_since.jsx index ba8dbffcc..88d89017b 100644 --- a/web/react/components/time_since.jsx +++ b/web/react/components/time_since.jsx @@ -2,6 +2,7 @@ // See License.txt for license information. import Constants from '../utils/constants.jsx'; +import * as Utils from '../utils/utils.jsx'; import {FormattedRelative, FormattedDate} from 'mm-intl'; @@ -24,7 +25,7 @@ export default class TimeSince extends React.Component { if (this.props.sameUser) { return ( ); } -- cgit v1.2.3-1-g7c22