Skip to content

Commit

Permalink
fix: derp
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored and 0xApotheosis committed Oct 18, 2023
1 parent 3f1ba71 commit 6e61dd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const FoxyOverview: React.FC<FoxyOverviewProps> = ({
),
)

const claimDisabled = !canClaim || !(hasAvailableUndelegation && hasPendingUndelegation)
const claimDisabled = !canClaim || !(hasAvailableUndelegation || hasPendingUndelegation)

const selectedLocale = useAppSelector(selectSelectedLocale)
const descriptionQuery = useGetAssetDescriptionQuery({ assetId: stakingAssetId, selectedLocale })
Expand Down

0 comments on commit 6e61dd4

Please sign in to comment.