mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Use undefined as default prop for onClick (#9654)
This commit is contained in:
parent
2c9a082af9
commit
51187179bb
@ -19,7 +19,7 @@ export default class ConnectedStatusIndicator extends Component {
|
||||
|
||||
static defaultProps = {
|
||||
status: STATUS_NOT_CONNECTED,
|
||||
onClick: null,
|
||||
onClick: undefined,
|
||||
}
|
||||
|
||||
renderStatusCircle = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user