mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +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'}
|
||||
onClick={this.props.lockChanges}
|
||||
>
|
||||
<LockIcon />
|
||||
<IoIosLock />
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user