Browse Source

lint

pull/633/head
Kat 3 years ago
parent
commit
775557d626
  1. 3
      app/helpers/interruption_screen_helper.rb

3
app/helpers/interruption_screen_helper.rb

@ -22,7 +22,8 @@ module InterruptionScreenHelper
end
def display_title_text(title_text, case_log)
return "" unless title_text.present?
return "" if title_text.blank?
if title_text["arguments"]
translation_params = {}
title_text["arguments"].each do |argument|

Loading…
Cancel
Save