Skip to content

Commit

Permalink
Merge pull request #290 from Build-Squad/mudit/eng-228-support-for-sp…
Browse files Browse the repository at this point in the history
…l-escrow-creation

Remove pending order count from business dashboard page
  • Loading branch information
muditmahajan authored Apr 3, 2024
2 parents 2e07637 + b384bf7 commit 798c8eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/app/influencer/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,6 @@ export default function BusinessDashboardPage() {
card?.value === 0
? orderCount?.accepted +
orderCount?.completed +
orderCount?.pending +
orderCount?.rejected +
orderCount?.cancelled
: card?.value === 1
Expand Down

0 comments on commit 798c8eb

Please sign in to comment.