diff --git a/app/views/submit_form/show.html.erb b/app/views/submit_form/show.html.erb
index 533ed629..a08cbee5 100644
--- a/app/views/submit_form/show.html.erb
+++ b/app/views/submit_form/show.html.erb
@@ -22,7 +22,6 @@
<%= @submitter.submission.name || @submitter.submission.template.name %>
- <% decline_modal_id = nil %>
<% if @form_configs[:with_decline] %>
<% end %>
<% end %>
-
-
- <%= svg_icon('download', class: 'w-5 h-5') %>
-
-
- <%= svg_icon('loader', class: 'w-5 h-5 animate-spin') %>
-
-
+ <% if @form_configs[:with_partial_download] %>
+
+
+ <%= svg_icon('download', class: 'w-5 h-5') %>
+
+
+ <%= svg_icon('loader', class: 'w-5 h-5 animate-spin') %>
+
+
+ <% end %>
<% end %>
<% schema.each do |item| %>