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:
parent
3fb5fcdb23
commit
91af73b211
@ -126,7 +126,6 @@ export default class UnlockPage extends Component {
|
||||
variant="contained"
|
||||
size="large"
|
||||
onClick={this.handleSubmit}
|
||||
disableRipple
|
||||
>
|
||||
{this.context.t('unlock')}
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user