Skip to content

Commit

Permalink
fix: sell asset input loading state (#7785)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Sep 23, 2024
1 parent c026b52 commit d9b7082
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ export const SellAssetInput = memo(
isSendMaxDisabled={false}
onChange={handleSellAssetInputChange}
percentOptions={percentOptions}
showInputSkeleton={isLoading}
showFiatSkeleton={isLoading}
showInputSkeleton={false}
showFiatSkeleton={false}
label={label}
formControlProps={formControlProps}
onAccountIdChange={onAccountIdChange}
Expand Down

0 comments on commit d9b7082

Please sign in to comment.