mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix
This commit is contained in:
parent
f6922c04d8
commit
d063d2af1a
|
@ -25,7 +25,7 @@ class LockButton extends Component {
|
||||||
title={this.props.locked ? 'Unlock changes' : 'Lock changes'}
|
title={this.props.locked ? 'Unlock changes' : 'Lock changes'}
|
||||||
onClick={this.props.lockChanges}
|
onClick={this.props.lockChanges}
|
||||||
>
|
>
|
||||||
<LockIcon />
|
<IoIosLock />
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user