Browse Source

Merge pull request #863 from meriadec/they-will-never-stop

They will never stop (polish again)
master
Meriadec Pillet 7 years ago
committed by GitHub
parent
commit
f5c57e83cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/DeviceInteraction/components.js
  2. 1
      src/components/modals/Send/steps/04-step-confirmation.js

1
src/components/DeviceInteraction/components.js

@ -19,7 +19,6 @@ export const DeviceInteractionStepContainer = styled(Box).attrs({
ff: 'Open Sans',
fontSize: 3,
color: 'graphite',
bg: p => (p.isActive && !p.isFinished ? 'white' : ''),
})`
position: relative;
z-index: ${p => (p.isActive ? 1 : '')};

1
src/components/modals/Send/steps/04-step-confirmation.js

@ -86,7 +86,6 @@ export function StepConfirmationFooter({
optimisticOperation && account && getAccountOperationExplorer(account, optimisticOperation)
return (
<Fragment>
<Button onClick={closeModal}>{t('app:common.close')}</Button>
{optimisticOperation ? (
url ? (
<Button

Loading…
Cancel
Save