mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
chore: lint
This commit is contained in:
parent
5d82417980
commit
cce935161f
@ -171,9 +171,7 @@ export const FeatureStrategyMenu = ({
|
|||||||
sx={{ minWidth: matchWidth ? '282px' : 'auto' }}
|
sx={{ minWidth: matchWidth ? '282px' : 'auto' }}
|
||||||
disabled={Boolean(disableReason)}
|
disabled={Boolean(disableReason)}
|
||||||
tooltipProps={{
|
tooltipProps={{
|
||||||
title: disableReason
|
title: disableReason ? disableReason : undefined,
|
||||||
? disableReason
|
|
||||||
: undefined,
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Use template
|
Use template
|
||||||
|
Loading…
Reference in New Issue
Block a user