Skip to content

Commit

Permalink
feat(payments): display payed earnings only
Browse files Browse the repository at this point in the history
  • Loading branch information
Mloweedgar committed Jan 25, 2022
1 parent 467b357 commit 7ea94af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PaymentsTable/PaymentsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function PaymentsTable() {
sort_by: sortBy?.field,
order: sortBy?.order,
limit: paymentsPerPage,
earnings_status: 'paid',
...filter,
};

Expand Down

0 comments on commit 7ea94af

Please sign in to comment.