Commit b4cddfde authored by Douwe Maan's avatar Douwe Maan

Merge branch '11467-remove-feature-flag-for-visual-review-app-button-ce-backport' into 'master'

Remove visual review app feature flag

See merge request gitlab-org/gitlab-ce!31429
parents f10208a3 35eeb7f8
......@@ -60,7 +60,7 @@ export default {
return this.isPostMerge ? this.mr.mergePipeline : this.mr.pipeline;
},
showVisualReviewAppLink() {
return Boolean(this.mr.visualReviewFF && this.mr.visualReviewAppAvailable);
return this.mr.visualReviewAppAvailable;
},
showMergeTrainInfo() {
return _.isNumber(this.mr.mergeTrainIndex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment