Skip to content

Commit

Permalink
feat: [M3-6968] with with prop forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Aug 22, 2023
1 parent af4306b commit 1428de0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const MigrationPricing = (props: MigrationPricingProps) => {

const StyledMigrationPricingContainer = styled(Box, {
label: 'MigrationPricingContainer',
shouldForwardProp: (prop) => prop !== 'panelType',
})<{ panelType: MigrationPricingProps['panelType'] }>(
({ panelType, theme }) => ({
marginBottom: theme.spacing(2),
Expand Down

0 comments on commit 1428de0

Please sign in to comment.