From 107bae7da096dd927b720c9e87876bc1212d1e00 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 16 Apr 2020 10:31:31 +0800 Subject: [PATCH] shop: cleanup --- static/js/shop.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/js/shop.jsx b/static/js/shop.jsx index 488d28b..c5115eb 100644 --- a/static/js/shop.jsx +++ b/static/js/shop.jsx @@ -1851,8 +1851,7 @@ class Shop extends React.PureComponent { axios.post(data.API_RFQ, { email, note, - configuration: JSON.stringify(crate), - headers: {'X-MLABS-OH': 'rlebcleu'} + configuration: JSON.stringify(crate) }).then(response => { this.setState({ isProcessing: false,