chore: make default fee percentage in configurator 0

This commit is contained in:
fragosti 2018-12-05 12:34:24 -08:00
parent f9e73d2a6f
commit 1f8c09779d

View File

@ -26,7 +26,7 @@ export class Configurator extends React.Component<ConfiguratorProps> {
availableAssetDatas: undefined, availableAssetDatas: undefined,
affiliateInfo: { affiliateInfo: {
feeRecipient: '', feeRecipient: '',
feePercentage: 0.01, feePercentage: 0,
}, },
}, },
}; };