From 9b1fb82ff36c290ee19527de298b9a087bb22f92 Mon Sep 17 00:00:00 2001 From: Sean Dearnaley Date: Wed, 8 Jan 2020 02:14:38 -0500 Subject: [PATCH] Update get-contact-href.js --- src/utils/get-contact-href.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;