Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
Signed-off-by: pbio <[email protected]>
  • Loading branch information
paulbalaji committed Aug 14, 2024
1 parent 0a79e38 commit 11e580e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/search/SearchFilterBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ function ChainMultiSelector({
</div>
</div>
<div className="mt-2.5 flex space-x-2">
<div
className="flex flex-col overflow-x-hidden overflow-y-auto max-h-100"
>
<div className="flex flex-col overflow-x-hidden overflow-y-auto max-h-100">
<div className="pb-1.5">
<CheckBox
checked={!hasAnyUncheckedChain(mainnets)}
Expand All @@ -218,9 +216,7 @@ function ChainMultiSelector({
</CheckBox>
))}
</div>
<div
className="flex flex-col overflow-x-hidden overflow-y-auto max-h-100"
>
<div className="flex flex-col overflow-x-hidden overflow-y-auto max-h-100">
<div className="pb-1.5">
<CheckBox
checked={!hasAnyUncheckedChain(testnets)}
Expand Down

0 comments on commit 11e580e

Please sign in to comment.