Skip to content

Commit

Permalink
Explicitly import DisputeResolutionFooter styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinksi committed Sep 19, 2023
1 parent 582655a commit 4910837
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4910837

Please sign in to comment.