summaryrefslogtreecommitdiff
path: root/app/views/projects/packages/packages/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/packages/packages/show.html.haml')
-rw-r--r--app/views/projects/packages/packages/show.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/projects/packages/packages/show.html.haml b/app/views/projects/packages/packages/show.html.haml
index 42c31b3272f..ebdc9e654f6 100644
--- a/app/views/projects/packages/packages/show.html.haml
+++ b/app/views/projects/packages/packages/show.html.haml
@@ -6,7 +6,4 @@
.row
.col-12
- - if Feature.enabled?(:package_details_apollo, default_enabled: :yaml)
- #js-vue-packages-detail-new{ data: package_details_data(@project, @package) }
- - else
- #js-vue-packages-detail{ data: package_details_data(@project, @package, true) }
+ #js-vue-packages-detail-new{ data: package_details_data(@project, @package) }