Skip to content

Commit

Permalink
Merge branch 'fix/ui-bugs-729' into tmp/20240731
Browse files Browse the repository at this point in the history
  • Loading branch information
Fhasghrge committed Jul 31, 2024
2 parents 79e8f85 + ee65e51 commit eb7055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/views/AddressManagement/AddressItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ const AddressItem = memo(
/>
</>
) : (
<span className="text-15 font-medium text-white w-full truncate">
<span className="text-15 font-medium text-white w-full truncate text-right">
${splitNumberByStep(balance?.toFixed(2))}
</span>
)}
Expand Down

0 comments on commit eb7055a

Please sign in to comment.