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

Fix fllWidth proptype error (#12555)

This commit is contained in:
David Walsh 2021-11-03 15:28:29 -05:00 committed by GitHub
parent c7661e5459
commit 3e0d602d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,6 @@ export default class UnlockPage extends Component {
type="submit"
style={style}
disabled={!this.state.password}
fullWidth
variant="contained"
size="large"
onClick={this.handleSubmit}