mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-18 13:48:58 +02:00
fix: lint
This commit is contained in:
parent
283a908b90
commit
032c8cf960
@ -54,10 +54,7 @@ export const FeatureStrategyProdGuard = ({
|
||||
<FormControlLabel
|
||||
label="Don't show again"
|
||||
control={
|
||||
<Checkbox
|
||||
checked={hide}
|
||||
onChange={toggleHideSetting}
|
||||
/>
|
||||
<Checkbox checked={hide} onChange={toggleHideSetting} />
|
||||
}
|
||||
/>
|
||||
</Dialogue>
|
||||
|
Loading…
Reference in New Issue
Block a user