1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Remove invalid disableRipple prop (#12948)

The `disableRipple` prop was resulting in a React error in development
builds because it was unrecognized by React. This prop dates back to
when we were using the `@material-ui` Button class. It no longer serves
any purpose, so it has been removed.
This commit is contained in:
Mark Stacey 2021-12-03 11:22:14 -03:30 committed by GitHub
parent 3fb5fcdb23
commit 91af73b211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,6 @@ export default class UnlockPage extends Component {
variant="contained"
size="large"
onClick={this.handleSubmit}
disableRipple
>
{this.context.t('unlock')}
</Button>