diff --git a/rainfall-frontend/src/views/DeployNetlifyView.vue b/rainfall-frontend/src/views/DeployNetlifyView.vue index d0a4f91..091d03d 100644 --- a/rainfall-frontend/src/views/DeployNetlifyView.vue +++ b/rainfall-frontend/src/views/DeployNetlifyView.vue @@ -45,7 +45,7 @@ export default { return !!this.userStore.user?.integration?.has_netlify_token; }, doneDeploying(): boolean { - return this.site && this.site.netlify_url && !this.deploying; + return !!this.site && !!this.site.netlify_url && !this.deploying; }, ...mapStores(useUserStore), }, @@ -182,7 +182,7 @@ export default { Deploying your site...