Fixed Pending payment page key

This commit is contained in:
Joao Ramos
2024-01-12 21:27:46 +00:00
parent 9e6dc4b4c2
commit 580ddfd9e6
2 changed files with 2 additions and 2 deletions

View File

@@ -298,7 +298,7 @@ export default function AdminDashboard({user}: Props) {
color="purple"
/>
<IconCard
onClick={() => setPage("paymentdone")}
onClick={() => setPage("paymentpending")}
Icon={BsCurrencyDollar}
label="Pending Payment"
value={pending.length}