Skip to content

Commit

Permalink
fix: isEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Dec 12, 2024
1 parent a1ae269 commit ad13fca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const useGetUnbondInfo = ({ sapi, chainId, address, unstakePoolId }: GetU
const bittensorPlanks = useGetBittensorStakeByHotKey({
address,
hotkey: unstakePoolId,
isEnabled: chainId !== "bittensor",
isEnabled: chainId === "bittensor",
})

const bittensorUnbondPayload = useGetBittensorUnbondPayload({
Expand Down

0 comments on commit ad13fca

Please sign in to comment.