diff --git a/ui/components/app/token-cell/__snapshots__/token-cell.test.js.snap b/ui/components/app/token-cell/__snapshots__/token-cell.test.js.snap index 4d77ea5ee..ab99b1f5f 100644 --- a/ui/components/app/token-cell/__snapshots__/token-cell.test.js.snap +++ b/ui/components/app/token-cell/__snapshots__/token-cell.test.js.snap @@ -3,7 +3,7 @@ exports[`Token Cell should match snapshot 1`] = `
diff --git a/ui/components/app/transaction-list-item/transaction-list-item.component.js b/ui/components/app/transaction-list-item/transaction-list-item.component.js index dc99a7eac..f412e7fbc 100644 --- a/ui/components/app/transaction-list-item/transaction-list-item.component.js +++ b/ui/components/app/transaction-list-item/transaction-list-item.component.js @@ -168,6 +168,7 @@ function TransactionListItemInner({ ]); const showCancelButton = !hasCancelled && isPending && !isUnapproved; + const showBorder = process.env.MULTICHAIN; return ( <> @@ -178,6 +179,7 @@ function TransactionListItemInner({ icon={ } + showBorder={showBorder} subtitle={

@@ -21,7 +21,7 @@ exports[`ListItem should match snapshot with no props 1`] = ` exports[`ListItem should match snapshot with props 1`] = `