Skip to content

Commit

Permalink
order witdhrawals on buidler page by date desc
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed May 29, 2024
1 parent 92b9386 commit e3dc3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/builders/[address]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const BUILDER = gql`
totalWithdrawals
withdrawalsCount
}
withdrawals(where: { to: $id }) {
withdrawals(where: { to: $id }, orderBy: "date", orderDirection: "desc") {
items {
amount
chainId
Expand Down

0 comments on commit e3dc3b8

Please sign in to comment.