diff --git a/app/javascript/gabsocial/layouts/profile_layout.js b/app/javascript/gabsocial/layouts/profile_layout.js index 22ae13ae..877da067 100644 --- a/app/javascript/gabsocial/layouts/profile_layout.js +++ b/app/javascript/gabsocial/layouts/profile_layout.js @@ -48,7 +48,7 @@ export default class ProfileLayout extends ImmutablePureComponent {
- +
@@ -57,7 +57,7 @@ export default class ProfileLayout extends ImmutablePureComponent { className={[_s.circle, _s.marginTopNeg75PX, _s.borderColorWhite, _s.border2PX].join(' ')} height='150px' width='150px' - src='http://localhost:3000/system/accounts/avatars/000/000/001/original/260e8c96c97834da.jpeg?1562898139' + src={account.get('avatar')} />