From e82bcea0d06b2173ed286f394ee33a393469eeaf Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Fri, 6 Jan 2017 12:13:22 -0500 Subject: PLT-5118 moving to last_picture_update for the profile img (#4985) --- webapp/components/post_view/components/post.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webapp/components/post_view') diff --git a/webapp/components/post_view/components/post.jsx b/webapp/components/post_view/components/post.jsx index f052ac4ae..03075a3fb 100644 --- a/webapp/components/post_view/components/post.jsx +++ b/webapp/components/post_view/components/post.jsx @@ -150,10 +150,10 @@ export default class Post extends React.Component { } let timestamp = 0; - if (!this.props.user || this.props.user.update_at == null) { - timestamp = this.props.currentUser.update_at; + if (!this.props.user || this.props.user.last_picture_update == null) { + timestamp = this.props.currentUser.last_picture_update; } else { - timestamp = this.props.user.update_at; + timestamp = this.props.user.last_picture_update; } let sameUserClass = ''; -- cgit v1.2.3-1-g7c22