Skip to content

Commit 0a6d7da

Browse files
authored
Merge pull request #51 from codingknite/fix/legacy-ui
Fix/legacy UI
2 parents 42ef657 + f921ad7 commit 0a6d7da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/tx/details/TxInfo.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ const TxInfo = ({ data, isLoading, socketStatus }: Props) => {
555555
isTxDataLoading={ isLoading }
556556
/>
557557

558+
{ !txTags && <DetailsInfoItemDivider/> }
559+
558560
<DetailsInfoItem.Label
559561
hint="Address (external or contract) sending the transaction"
560562
isLoading={ isLoading }

0 commit comments

Comments
 (0)