Fix erroneously checked in dev code (#3897)

Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
This commit is contained in:
Charles Hacskaylo 2021-05-28 13:22:11 -07:00 committed by GitHub
parent 2c13aeecce
commit 80a6e7f719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
:camera-pan="cameraPan"
/>
<CompassRose
v-if="true"
v-if="hasCameraFieldOfView"
:heading="heading"
:sized-image-width="sizedImageDimensions.width"
:sun-heading="sunHeading"