1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

fix: lint

This commit is contained in:
Tymoteusz Czech 2023-10-19 11:44:41 +02:00
parent 283a908b90
commit 032c8cf960
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -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>