|
@@ -77,7 +77,6 @@ module.exports = function Dashboard (props) {
|
|
files: props.files,
|
|
files: props.files,
|
|
handleInputChange: handleInputChange,
|
|
handleInputChange: handleInputChange,
|
|
acquirers: props.acquirers,
|
|
acquirers: props.acquirers,
|
|
- container: props.container,
|
|
|
|
panelSelectorPrefix: props.panelSelectorPrefix,
|
|
panelSelectorPrefix: props.panelSelectorPrefix,
|
|
showPanel: props.showPanel,
|
|
showPanel: props.showPanel,
|
|
i18n: props.i18n
|
|
i18n: props.i18n
|
|
@@ -98,7 +97,6 @@ module.exports = function Dashboard (props) {
|
|
acquirers: props.acquirers,
|
|
acquirers: props.acquirers,
|
|
files: props.files,
|
|
files: props.files,
|
|
handleInputChange: handleInputChange,
|
|
handleInputChange: handleInputChange,
|
|
- container: props.container,
|
|
|
|
showFileCard: props.showFileCard,
|
|
showFileCard: props.showFileCard,
|
|
showProgressDetails: props.showProgressDetails,
|
|
showProgressDetails: props.showProgressDetails,
|
|
totalProgress: props.totalProgress,
|
|
totalProgress: props.totalProgress,
|