Skip to content

Commit f706329

Browse files
authored
Update AvatarInput.vue
1 parent fe4184f commit f706329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/resources/js/components/input/AvatarInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function removeAvatar() {
4545
</svg>
4646
</div>
4747

48-
<img :src="image" class="avatar-image" />
48+
<img :src="image ?? avatar" class="avatar-image" />
4949

5050
<Input @change="getImagePath" :label="props.label" name="image" type="file" />
5151
</div>

0 commit comments

Comments
 (0)