Commit 35eeb7f8 authored by shampton's avatar shampton

Remove visual review app feature flag

This is the CE backport for
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14958

Now that we are confident with the visual review
app link being there, we are removing the
feature flag entirely.
parent 1bc2ac33
......@@ -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