Skip to content

Commit

Permalink
fix: loading position issue (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 authored Jun 17, 2024
1 parent 85970e2 commit f1ee4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquidity/ui/src/pages/Manage/Manage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const Manage = () => {
const { network } = useNetwork();

const { isLoading: isCollateralLoading, data: collateralType } =
useCollateralType(collateralSymbol);
useCollateralType(collateralSymbolRaw);

const { isLoading: isPoolGraphDataLoading, data: poolData } = usePoolData(poolId);

Expand Down

0 comments on commit f1ee4c3

Please sign in to comment.