PLT-5118 moving to last_picture_update for the profile img (#4985)

This commit is contained in:
Corey Hulen
2017-01-06 12:13:22 -05:00
committed by Joram Wilander
parent 1aa235b10d
commit e82bcea0d0
15 changed files with 19 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ export default class SidebarHeader extends React.Component {
profilePicture = (
<img
className='user__picture'
src={Client.getUsersRoute() + '/' + me.id + '/image?time=' + me.update_at}
src={Client.getUsersRoute() + '/' + me.id + '/image?time=' + me.last_picture_update}
/>
);
}