1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: stretch strategies (#8519)

This commit is contained in:
Mateusz Kwasniewski 2024-10-23 14:15:07 +02:00 committed by GitHub
parent faaf54ca99
commit 74a87f0e26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,7 @@ const StyledContainer = styled(Box, {
? theme.palette.neutral.light
: theme.palette.common.white,
},
width: '100%',
}));
const CustomStrategyDeprecationWarning = () => (