diff --git a/app/components/check_answers_summary_list_card_component.html.erb b/app/components/check_answers_summary_list_card_component.html.erb index 4be77aff0..1a807640b 100644 --- a/app/components/check_answers_summary_list_card_component.html.erb +++ b/app/components/check_answers_summary_list_card_component.html.erb @@ -33,7 +33,7 @@ <% end %> <% end %> - <% if @log.collection_period_open? %> + <% if @log.collection_period_open_for_editing? %> <% row.action( text: question.action_text(log), href: action_href(log, question.page.id),