Skip to content

Commit

Permalink
Update DisbursementsTable.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaromao committed Nov 2, 2023
1 parent 7360bf4 commit 5b927bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DisbursementsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const DisbursementsTable: React.FC<DisbursementsTableProps> = ({
<Table.BodyCell width="2.25rem" textAlign="right">
{renderNumberOrDash(d.stats?.paymentsFailedCount)}
</Table.BodyCell>
<Table.BodyCell width="3.75rem" textAlign="right">
<Table.BodyCell width="3.4rem" textAlign="right">
{renderNumberOrDash(d.stats?.paymentsCanceledCount)}
</Table.BodyCell>
<Table.BodyCell width="3.75rem" textAlign="right">
Expand Down

0 comments on commit 5b927bf

Please sign in to comment.