Skip to content

Commit

Permalink
fix: fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Aug 12, 2024
1 parent ee47b60 commit 10724d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web/hooks/limit-orders/use-orderbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ export const useOrderbookAllActiveOrders = ({
isRefetching,
} = api.edge.orderbooks.getAllOrders.useInfiniteQuery(
{
contractAddresses: addresses,
userOsmoAddress: userAddress,
limit: pageSize,
},
Expand Down Expand Up @@ -345,7 +344,6 @@ export const useOrderbookClaimableOrders = ({
refetch,
} = api.edge.orderbooks.getClaimableOrders.useQuery(
{
contractAddresses: addresses,
userOsmoAddress: userAddress,
},
{
Expand Down

0 comments on commit 10724d1

Please sign in to comment.