diff --git a/src/components/apartmentList/apartmentList.vue b/src/components/apartmentList/apartmentList.vue
index abb17a5..d55789c 100644
--- a/src/components/apartmentList/apartmentList.vue
+++ b/src/components/apartmentList/apartmentList.vue
@@ -32,7 +32,7 @@ const props = defineProps({
let moduleData = reactive({ data: {} })
moduleData.data = props.data
-
\ No newline at end of file
+
+
diff --git a/src/views/detail.vue b/src/views/detail.vue
index 2cff8cb..5c6caa0 100644
--- a/src/views/detail.vue
+++ b/src/views/detail.vue
@@ -1502,7 +1502,7 @@ onBeforeUnmount(() => {
})
-
-