Skip to content

Commit

Permalink
Update ui/tx/interpretation/TxInterpretation.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: tom goriunov <tom@ohhhh.me>
  • Loading branch information
isstuev and tom2drum authored Dec 27, 2023
1 parent 535a0a9 commit 8cf7cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tx/interpretation/TxInterpretation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const TxInterpretationElementByType = ({ variable }: { variable?: TxInterpretati
const { type, value } = variable;
switch (type) {
case 'address':
return <AddressEntity address={ value } truncation="constant" sx={{ ':not(:first-child)': { marginLeft: 1 } }} whiteSpace="initial"/>;
return <AddressEntity address={ value } truncation="constant" _notFirst={{ ml: 1 }} whiteSpace="initial"/>;
case 'token':
return (
<TokenEntity
Expand Down

0 comments on commit 8cf7cb8

Please sign in to comment.