Skip to content
Snippets Groups Projects
Commit c89703a3 authored by HJ's avatar HJ :fire:
Browse files

Merge branch '655' into 'develop'

Fix "User avatar not updating immediately when switching user profile"

Closes #655

See merge request !940
parents a1aada24 d1944316
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!940Fix "User avatar not updating immediately when switching user profile"
Pipeline #16720 passed
......@@ -7,8 +7,10 @@
v-if="animated"
ref="canvas"
/>
<!-- NOTE: key is required to force to re-render img tag when src is changed -->
<img
ref="src"
:key="src"
:src="src"
:referrerpolicy="referrerpolicy"
@load="onLoad"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment