Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed May 29, 2024
1 parent eef8bc7 commit ed97824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/liquidation-pools/LiquidationPools.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const LiquidationPools = () => {
? arbitrumSepoliaLiquidationPoolAddress
: arbitrumLiquidationPoolAddress;

const { data: liquidationPool, refetch, isLoading, error } = useReadContract({
const { data: liquidationPool, refetch, isLoading } = useReadContract({
address: liquidationPoolAddress,
abi: liquidationPoolAbi,
functionName: "position",
Expand Down

0 comments on commit ed97824

Please sign in to comment.