Valentin D. Pinkman
6 years ago
No known key found for this signature in database
GPG Key ID: E7D110669FFB8D3E
1 changed files with
2 additions and
2 deletions
-
src/components/modals/Receive/steps/03-step-confirm-address.js
|
|
@ -33,7 +33,7 @@ export default class StepConfirmAddress extends PureComponent<StepProps> { |
|
|
|
<Text mb={5}> |
|
|
|
<TranslatedError error={verifyAddressError} field="description" /> |
|
|
|
</Text> |
|
|
|
{device.modelId === 'nanoX' ? ( |
|
|
|
{device && device.modelId === 'nanoX' ? ( |
|
|
|
<Box pt={30}> |
|
|
|
<NanoXStates error /> |
|
|
|
</Box> |
|
|
@ -51,7 +51,7 @@ export default class StepConfirmAddress extends PureComponent<StepProps> { |
|
|
|
<Button mt={4} mb={2} primary onClick={() => transitionTo('receive')}> |
|
|
|
{t('common.verify')} |
|
|
|
</Button> |
|
|
|
{device.modelId === 'nanoX' ? ( |
|
|
|
{device && device.modelId === 'nanoX' ? ( |
|
|
|
<Box pt={30}> |
|
|
|
<NanoXStates /> |
|
|
|
</Box> |
|
|
|