Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSchinzel committed May 15, 2024
1 parent 317b9b0 commit e7ce2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite/src/components/suite/FiatValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const FiatValue = ({
const WrapperComponent = disableHiddenPlaceholder ? SameWidthNums : StyledHiddenPlaceholder;

if (
(!fiatRateValue || !value || !currentRate?.lastTickerTimestamp || isLoading) &&
(!rate || !value || !currentRate?.lastTickerTimestamp || isLoading) &&
showLoadingSkeleton &&
!currentRate?.error
) {
Expand Down

0 comments on commit e7ce2b5

Please sign in to comment.