Fixed Pending payment page key
This commit is contained in:
@@ -161,7 +161,7 @@ export default function AgentDashboard({user}: Props) {
|
||||
color="purple"
|
||||
/>
|
||||
<IconCard
|
||||
onClick={() => setPage("paymentdone")}
|
||||
onClick={() => setPage("paymentpending")}
|
||||
Icon={BsCurrencyDollar}
|
||||
label="Pending Payment"
|
||||
value={pending.length}
|
||||
|
||||
Reference in New Issue
Block a user