Skip to content

Commit

Permalink
feat: move comment back to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Nov 23, 2023
1 parent c99c4e1 commit 37cb3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Lending/Pool/components/Repay/RepayInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ export const RepayInput = ({
<Skeleton isLoaded={isLendingPositionDataSuccess}>
<Amount.Fiat value={0} />
</Skeleton>
{/* Actually defined at display time, see isLoaded above */}
<Skeleton isLoaded={isLendingPositionDataSuccess}>
{/* Actually defined at display time, see isLoaded above */}
<Amount.Fiat value={debtBalanceUserCurrency ?? '0'} />
</Skeleton>
</Flex>
Expand Down

0 comments on commit 37cb3f0

Please sign in to comment.