diff options
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/imports_helper.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/helpers/imports_helper.rb b/app/helpers/imports_helper.rb index a297c2521..341f87037 100644 --- a/app/helpers/imports_helper.rb +++ b/app/helpers/imports_helper.rb @@ -3,6 +3,7 @@ module ImportsHelper    # Import statuses helper    def import_status(status, verbose: false) +    return "" unless status      status = status.to_s.downcase      out = if %w[new running pending].include? status        content_tag :span, '', class: "fa fa-clock-o" | 
