Skip to content

Commit f921ad7

Browse files
committed
chore: fix legacy ui
1 parent 8be8e70 commit f921ad7

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)