diff --git a/flatisfy/web/js_src/components/flatsmap.vue b/flatisfy/web/js_src/components/flatsmap.vue
index 74f9dc2..82fb55e 100644
--- a/flatisfy/web/js_src/components/flatsmap.vue
+++ b/flatisfy/web/js_src/components/flatsmap.vue
@@ -4,7 +4,7 @@
-
+
diff --git a/flatisfy/web/js_src/store/getters.js b/flatisfy/web/js_src/store/getters.js
index 97f3dee..4d9b94e 100644
--- a/flatisfy/web/js_src/store/getters.js
+++ b/flatisfy/web/js_src/store/getters.js
@@ -60,7 +60,7 @@ export default {
"" +
cost,
gps: gps,
- flat_id: flat.id,
+ flatId: flat.id,
});
}
}