Skip to content

Commit

Permalink
style: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bfullam committed Oct 22, 2024
1 parent 83acf3a commit 8f8d708
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/pages/swaps/prepare-swap-page/prepare-swap-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,9 @@ export default function PrepareSwapPage({
alignItems={AlignItems.stretch}
>
<div className="prepare-swap-page__balance-message">
{selectedToToken && !isEmpty(selectedToToken) && isNonDefaultToToken &&
{selectedToToken &&
!isEmpty(selectedToToken) &&
isNonDefaultToToken &&
t('swapTokenVerifiedSources', [
occurrences,
<BlockExplorerLink key="block-explorer-link" />,
Expand Down

0 comments on commit 8f8d708

Please sign in to comment.