first person bug fix

This commit is contained in:
2025-09-04 12:41:49 +05:30
parent e208d79ce6
commit 0d7f5d280f
8 changed files with 149 additions and 160 deletions

View File

@@ -80,7 +80,7 @@ function MainScene() {
}
})
}
}, [setSelectedVersion, versionHistory])
}, [setSelectedVersion, versionHistory, projectId])
const handleSelectVersion = (option: string) => {
const version = versionHistory.find((version) => version.versionName === option);