diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html index 3ac73d2..8927b2f 100644 --- a/templates/rrs/recipes.html +++ b/templates/rrs/recipes.html @@ -218,8 +218,10 @@ $(document).ready(function() { function applyFilters() { if (upstreamStatus == 'Can\'t be updated') { $('.no_update_reason_column').show() + $('.summary_column').hide() } else { $('.no_update_reason_column').hide() + $('.summary_column').show() } if (upstreamStatus == 'All') {