Skip to content

Commit

Permalink
fix: add capture count
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Mar 15, 2022
1 parent 996d774 commit dd066c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/EarningsTable/EarningsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ const earningTableMetaData = [
sortable: true,
showInfoIcon: false,
},
{
description: 'Capture Count',
name: 'captures_count',
sortable: false,
showInfoIcon: false,
},
{
description: 'Effective Date',
name: 'calculated_at',
Expand Down
2 changes: 2 additions & 0 deletions src/components/common/CustomTable/CustomTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ function CustomTableHeader(props) {
worker_id,
phone,
currency,
captures_count,
amount,
payment_confirmation_id,
payment_method,
Expand All @@ -155,6 +156,7 @@ function CustomTableHeader(props) {
phone,
currency,
amount,
captures_count,
payment_confirmation_id,
payment_method,
paid_at,
Expand Down

0 comments on commit dd066c0

Please sign in to comment.