diff --git a/services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx b/services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx index b98e757f23..44a67fbb1c 100644 --- a/services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx +++ b/services/web/frontend/js/features/subscription/components/shared/price-exceptions.tsx @@ -1,8 +1,8 @@ import { useTranslation } from 'react-i18next' -import { Subscription } from '../../../../../../types/subscription/dashboard/subscription' +import { RecurlySubscription } from '../../../../../../types/subscription/dashboard/subscription' type PriceExceptionsProps = { - subscription: Subscription + subscription: RecurlySubscription } export function PriceExceptions({ subscription }: PriceExceptionsProps) {