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>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
<Box
|
<Box display={DISPLAY.FLEX} justifyContent={JustifyContent.center}>
|
||||||
display={DISPLAY.FLEX}
|
|
||||||
justifyContent={JustifyContent.center}
|
|
||||||
height={0}
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
className={classnames('prepare-swap-page__switch-tokens', {
|
className={classnames('prepare-swap-page__switch-tokens', {
|
||||||
'prepare-swap-page__switch-tokens--rotate': rotateSwitchTokens,
|
'prepare-swap-page__switch-tokens--rotate': rotateSwitchTokens,
|
||||||
|
@ -62,7 +62,7 @@ export default function SwapsFooter({
|
|||||||
SwapsFooter.propTypes = {
|
SwapsFooter.propTypes = {
|
||||||
onCancel: PropTypes.func,
|
onCancel: PropTypes.func,
|
||||||
hideCancel: PropTypes.bool,
|
hideCancel: PropTypes.bool,
|
||||||
onSubmit: PropTypes.func.isRequired,
|
onSubmit: PropTypes.func,
|
||||||
submitText: PropTypes.string,
|
submitText: PropTypes.string,
|
||||||
disabled: PropTypes.bool,
|
disabled: PropTypes.bool,
|
||||||
showTermsOfService: PropTypes.bool,
|
showTermsOfService: PropTypes.bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user