diff --git a/src/components/project/virtual-sample/Interactive360.vue b/src/components/project/virtual-sample/Interactive360.vue index a590c92..7acbe8b 100644 --- a/src/components/project/virtual-sample/Interactive360.vue +++ b/src/components/project/virtual-sample/Interactive360.vue @@ -50,7 +50,7 @@ localStorage.setItem("isHelperHidden", true); // Grab interaction const yMax = computed(() => { return parseInt( - activeTrack.files[activeTrack.files.length - 1].name.charAt(0) + activeTrack.files[activeTrack.files.length - 1].name.split("_")[0] ); }); const xMax = computed(() => {