diff --git a/frontend/src/components/Modals/EditProfile.vue b/frontend/src/components/Modals/EditProfile.vue index b68a3284..edcd4c00 100644 --- a/frontend/src/components/Modals/EditProfile.vue +++ b/frontend/src/components/Modals/EditProfile.vue @@ -35,16 +35,16 @@
- {{ profile.image.file_name }} + {{ profile.image?.file_name }} - {{ getFileSize(profile.image.file_size) }} + {{ getFileSize(profile.image?.file_size) }}