From e8a81db968caf81506dafb36abd56e49d9acdc98 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 13 Mar 2017 08:27:06 -0400 Subject: PLT-3483 Added date tooltip to post timestamps (#5688) --- webapp/components/post_view/components/post_time.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'webapp') diff --git a/webapp/components/post_view/components/post_time.jsx b/webapp/components/post_view/components/post_time.jsx index 25d533e0a..77f3f3266 100644 --- a/webapp/components/post_view/components/post_time.jsx +++ b/webapp/components/post_view/components/post_time.jsx @@ -40,12 +40,15 @@ export default class PostTime extends React.Component { } renderTimeTag() { + const date = getDateForUnixTicks(this.props.eventTime); + return ( ); } -- cgit v1.2.3-1-g7c22