Skip to content

Commit

Permalink
style tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Dec 5, 2024
1 parent 9e8e49f commit 14f9b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/views/Bridge/Component/BridgeToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const BridgeToken = ({
) : (
<span>{useValue}</span>
)}
{isToken && !!value && (
{!valueLoading && isToken && !!value && (
<RcIconInfoCC
onClick={() => openFeePopup(true)}
viewBox="0 0 14 14"
Expand Down

0 comments on commit 14f9b2c

Please sign in to comment.