shop: cleanup

master
Sebastien Bourdeauducq 2020-04-16 10:31:31 +08:00
parent 88e4f1d8c0
commit 107bae7da0
1 changed files with 1 additions and 2 deletions

View File

@ -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,