Skip to content

Commit

Permalink
Merge pull request #12537 from brave/assets-transactions-spacing
Browse files Browse the repository at this point in the history
chore(wallet): Spacing for Assets and Transactions
  • Loading branch information
Douglashdaniel authored Mar 9, 2022
2 parents 8d25800 + 5d1eec5 commit 0bf2b1f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ function Accounts (props: Props) {
token={item}
/>
)}
<Spacer />
{erc271Tokens?.length !== 0 &&
<>
<Spacer />
Expand All @@ -311,6 +312,7 @@ function Accounts (props: Props) {
<Spacer />
</>
}
<Spacer />
<SubviewSectionTitle>{getLocale('braveWalletTransactions')}</SubviewSectionTitle>
<SubDivider />
{transactionList.length !== 0 ? (
Expand Down

0 comments on commit 0bf2b1f

Please sign in to comment.