diff --git a/js/src/modals/FirstRun/firstRun.js b/js/src/modals/FirstRun/firstRun.js index 088d1bc6c..2db94fdb9 100644 --- a/js/src/modals/FirstRun/firstRun.js +++ b/js/src/modals/FirstRun/firstRun.js @@ -24,7 +24,7 @@ import ParityLogo from '~/../assets/images/parity-logo-black-no-text.svg'; import { createIdentityImg } from '~/api/util/identity'; import { newError } from '~/redux/actions'; import { Button, Portal } from '~/ui'; -import { CheckIcon, DoneIcon, NextIcon, PrintIcon } from '~/ui/Icons'; +import { CheckIcon, DoneIcon, NextIcon, PrintIcon, ReplayIcon } from '~/ui/Icons'; import { NewAccount, AccountDetails } from '../CreateAccount'; import print from '../CreateAccount/print'; @@ -230,7 +230,18 @@ class FirstRun extends Component { ]; case 4: - return ( + return [ +