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
|
<FormControlLabel
|
||||||
label="Don't show again"
|
label="Don't show again"
|
||||||
control={
|
control={
|
||||||
<Checkbox
|
<Checkbox checked={hide} onChange={toggleHideSetting} />
|
||||||
checked={hide}
|
|
||||||
onChange={toggleHideSetting}
|
|
||||||
/>
|
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Dialogue>
|
</Dialogue>
|
||||||
|
Loading…
Reference in New Issue
Block a user