Skip to content

Commit

Permalink
Don't show shared badge with link on imported cards without a deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AjBreidenbach committed Feb 29, 2024
1 parent a42e031 commit 2a2ff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oc-pages/vue_shared/components/oc/import-link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
return `/${this.getHomeProjectPath}/-/environments/${this.environmentName}`
},
show() {
return this.card?.imported && this.deploymentLink
return this.card?.imported && this.deploymentLink && this.deploymentTitle
}
}
}
Expand Down

0 comments on commit 2a2ff69

Please sign in to comment.