From 764a5c68ec73c5af306cd102318ef46718aed1c6 Mon Sep 17 00:00:00 2001 From: Gautier P Date: Fri, 12 Feb 2021 12:15:50 +0100 Subject: [PATCH] Fix linter --- flatisfy/web/js_src/components/flatsmap.vue | 2 +- flatisfy/web/js_src/store/getters.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, }); } }