diff --git a/app/javascript/v3/components/Form/ProfileAvatar.vue b/app/javascript/v3/components/Form/ProfileAvatar.vue index 10de75112..af5e3c351 100644 --- a/app/javascript/v3/components/Form/ProfileAvatar.vue +++ b/app/javascript/v3/components/Form/ProfileAvatar.vue @@ -4,14 +4,8 @@ @mouseover="onImageOver" @mouseleave="onImageOut" > -
- -
!props.src && !props.name); - const shouldShowImage = computed(() => { if (!props.src) { return false; @@ -86,6 +78,7 @@ const onImageLoadError = () => { const onImageLoad = () => { hasImageLoaded.value = true; + imageLoadedError.value = false; }; const onImageOver = () => {