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/user_profile.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/user_profile.jsx') diff --git a/webapp/components/user_profile.jsx b/webapp/components/user_profile.jsx index d0267c0d8..d9bd5c378 100644 --- a/webapp/components/user_profile.jsx +++ b/webapp/components/user_profile.jsx @@ -56,7 +56,7 @@ export default class UserProfile extends React.Component { let profileImg = ''; if (this.props.user) { name = Utils.displayUsername(this.props.user.id); - profileImg = Client.getUsersRoute() + '/' + this.props.user.id + '/image?time=' + this.props.user.update_at; + profileImg = Client.getUsersRoute() + '/' + this.props.user.id + '/image?time=' + this.props.user.last_picture_update; } if (this.props.overwriteName) { -- cgit v1.2.3-1-g7c22