diff --git a/client/payment-details/dispute-details/dispute-resolution-footer.tsx b/client/payment-details/dispute-details/dispute-resolution-footer.tsx index ecaafdddeeb..926a9d1cb7a 100644 --- a/client/payment-details/dispute-details/dispute-resolution-footer.tsx +++ b/client/payment-details/dispute-details/dispute-resolution-footer.tsx @@ -16,6 +16,7 @@ import type { Dispute } from 'wcpay/types/disputes'; import wcpayTracks from 'tracks'; import { getAdminUrl } from 'wcpay/utils'; import { getDisputeFeeFormatted, isInquiry } from 'wcpay/disputes/utils'; +import './style.scss'; const DisputeUnderReviewFooter: React.FC< { dispute: Dispute;