diff --git a/src/utils/get-contact-href.js b/src/utils/get-contact-href.js index 2d66239..607825f 100644 --- a/src/utils/get-contact-href.js +++ b/src/utils/get-contact-href.js @@ -44,7 +44,7 @@ const getContactHref = (name: string, contact: string) => { break; case 'soundcloud': href = `https://soundcloud.com/${contact}`; - break; + break; default: href = contact; break;