Skip to content

Commit

Permalink
fix for pending filter in withdrawals history
Browse files Browse the repository at this point in the history
  • Loading branch information
ahslr committed May 3, 2021
1 parent 69fe8e6 commit 19da732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/actions/walletActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const getParamsByStatus = (status) => {
case 'completed':
return { status: true };
case 'pending':
return { processing: true };
return { waiting: true };
default:
return {};
}
Expand Down

0 comments on commit 19da732

Please sign in to comment.