Skip to content

Commit

Permalink
Update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinksi committed Sep 26, 2023
1 parent f90f398 commit cbdad3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const DisputeAwaitingResponseDetails: React.FC< Props > = ( {
const dueBy = moment.unix( dispute.evidence_details?.due_by ?? 0 );
const countdownDays = Math.floor( dueBy.diff( now, 'days', true ) );
const hasStagedEvidence = dispute.evidence_details?.has_evidence;
// This is a temporary restriction and can be removed once steps and actions for inquiries are implemented.
// This is a temporary restriction and can be removed once actions for inquiries are implemented.
const showDisputeActions = ! isInquiry( dispute );

const onModalClose = () => {
Expand Down

0 comments on commit cbdad3e

Please sign in to comment.