Client - eslint fix

This commit is contained in:
Sam
2022-06-22 17:53:59 +02:00
parent d1e2d01e19
commit a8ed6dcdfa
18 changed files with 23 additions and 23 deletions

View File

@ -84,7 +84,7 @@
const sports: ComputedRef<ISport[]> = computed(
() => store.getters[SPORTS_STORE.GETTERS.SPORTS]
)
let markerCoordinates: Ref<TCoordinates> = ref({
const markerCoordinates: Ref<TCoordinates> = ref({
latitude: null,
longitude: null,
})