Skip to content

Commit

Permalink
fix(app): fix from-to details
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Jun 10, 2024
1 parent e486577 commit dacebe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/features/src/components/from-to.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const FromTo = ({ tx }: FromToProps) => {
<div className="flex flex-col">
<div className="text-[#7D7A9C]">To</div>
<AddressDropdown
publicKey={tx.from}
publicKey={tx.to}
className="before:-ml-20"
dropdownEnd
/>
Expand Down

0 comments on commit dacebe3

Please sign in to comment.