Skip to content

Commit

Permalink
token-wizard-test-automation submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Apr 23, 2018
1 parent c1570b3 commit 954525b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/stepFour/index.js
Expand Up @@ -53,7 +53,6 @@ export class stepFour extends React.Component {
deploymentStore.setDeploymentStep(0)
deploymentStore.setDeployerAccount(context.selectedAccount)
}

}

static contextTypes = {
Expand Down Expand Up @@ -204,7 +203,6 @@ export class stepFour extends React.Component {
const solFilename = `${orderNumber(prefix++)}_${name}${suffix}`
const txtFilename = `${orderNumber(prefix++)}_${name}${suffix}`
const tierNumber = FINALIZE_AGENT === key ? tiersCount - 1 : tier

const commonHeader = FILE_CONTENTS.common.map(content => this.handleContentByParent(content, tierNumber))

zip.file(
Expand Down

0 comments on commit 954525b

Please sign in to comment.