Skip to content
Snippets Groups Projects
Unverified Commit b6800911 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

contact detail presence based on url presence

parent 206a19d6
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ class ContactDetails::Base
end
def present?
label.present? && url.present?
url.present?
end
protected
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment