mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Remove console errors (#20209)
This commit is contained in:
parent
9441c0fb7d
commit
0f582af3e3
@ -945,11 +945,7 @@ export default function PrepareSwapPage({
|
||||
</Text>
|
||||
</Box>
|
||||
)}
|
||||
<Box
|
||||
display={DISPLAY.FLEX}
|
||||
justifyContent={JustifyContent.center}
|
||||
height={0}
|
||||
>
|
||||
<Box display={DISPLAY.FLEX} justifyContent={JustifyContent.center}>
|
||||
<div
|
||||
className={classnames('prepare-swap-page__switch-tokens', {
|
||||
'prepare-swap-page__switch-tokens--rotate': rotateSwitchTokens,
|
||||
|
@ -62,7 +62,7 @@ export default function SwapsFooter({
|
||||
SwapsFooter.propTypes = {
|
||||
onCancel: PropTypes.func,
|
||||
hideCancel: PropTypes.bool,
|
||||
onSubmit: PropTypes.func.isRequired,
|
||||
onSubmit: PropTypes.func,
|
||||
submitText: PropTypes.string,
|
||||
disabled: PropTypes.bool,
|
||||
showTermsOfService: PropTypes.bool,
|
||||
|
Loading…
Reference in New Issue
Block a user