Skip to content

Commit 1428de0

Browse files
feat: [M3-6968] with with prop forwarding
1 parent af4306b commit 1428de0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/manager/src/features/Linodes/MigrateLinode/MigrationPricing.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const MigrationPricing = (props: MigrationPricingProps) => {
5555

5656
const StyledMigrationPricingContainer = styled(Box, {
5757
label: 'MigrationPricingContainer',
58+
shouldForwardProp: (prop) => prop !== 'panelType',
5859
})<{ panelType: MigrationPricingProps['panelType'] }>(
5960
({ panelType, theme }) => ({
6061
marginBottom: theme.spacing(2),

0 commit comments

Comments
 (0)