diff --git a/src/features/user/profile/contact/ContactOption.js b/src/features/user/profile/contact/ContactOption.js index 87778f2..6f5b031 100644 --- a/src/features/user/profile/contact/ContactOption.js +++ b/src/features/user/profile/contact/ContactOption.js @@ -36,11 +36,11 @@ const ContactOption = ({ tooltip, label, link, onClick, ...props }) => { primary={ {onClick ? ( - + {linkLabel} ) : ( - + {linkLabel} )}