Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag committed Aug 8, 2024
1 parent f7fe2a6 commit e786e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user-app/app/(dashboard)/transactions/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function getOnRampTransactions(status: any) {
status: status,
},
})
return txns.map((t): any => ({
return txns.map((t: any) => ({
time: t.startTime,
amount: t.amount,
status: t.status,
Expand Down

0 comments on commit e786e4a

Please sign in to comment.