From c574a17884f170f38b1b692565a58f21ebcb0880 Mon Sep 17 00:00:00 2001 From: Connor Bryan Date: Tue, 26 Jun 2018 13:54:45 -0500 Subject: [PATCH] Update ShapeShift support emails (#1983) Update ShapeShift support emails --- common/containers/Tabs/Swap/components/SupportFooter.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/containers/Tabs/Swap/components/SupportFooter.tsx b/common/containers/Tabs/Swap/components/SupportFooter.tsx index bc59515c..1d78726b 100644 --- a/common/containers/Tabs/Swap/components/SupportFooter.tsx +++ b/common/containers/Tabs/Swap/components/SupportFooter.tsx @@ -35,7 +35,9 @@ class SupportFooter extends React.PureComponent { const pair = origin && destination ? origin.label + destination.label : 'BTCETH'; const rates = provider === 'shapeshift' ? shapeshiftRates.byId : bityRates.byId; const emailTo = - provider === 'shapeshift' ? 'support@mycrypto.com' : 'support@mycrypto.com,mew@bity.com'; + provider === 'shapeshift' + ? 'support@shapeshift.zendesk.com,support@mycrypto.com' + : 'support@mycrypto.com,mew@bity.com'; const mailSubject = encodeURI('Issue regarding my Swap via MyCrypto'); const serviceProvider = provider.charAt(0).toUpperCase() + provider.slice(1); let mailBody;