diff --git a/app/models/depp/contact.rb b/app/models/depp/contact.rb index 0fa9f777a..b4597867c 100644 --- a/app/models/depp/contact.rb +++ b/app/models/depp/contact.rb @@ -280,7 +280,7 @@ module Depp end def country_name - Country.new(country_code) + Country.new(country_code) || 'No access' end def org?