mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Merge branch '105361584-contact_view' into staging
This commit is contained in:
commit
fcf30768d3
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ module Depp
|
||||||
end
|
end
|
||||||
|
|
||||||
def country_name
|
def country_name
|
||||||
Country.new(country_code)
|
Country.new(country_code) || 'No access'
|
||||||
end
|
end
|
||||||
|
|
||||||
def org?
|
def org?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue