Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Feb 26, 2024
1 parent 056bd2c commit 04d8a10
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ export const AccountListItem = ({
/>
)}
{process.env.MULTICHAIN && (
<Box display={[Display.Flex, Display.None]} data-testid="account-list-item-badge">
<Box
display={[Display.Flex, Display.None]}
data-testid="account-list-item-badge"
>
<ConnectedStatus address={identity.address} isActive={isActive} />
</Box>
)}
Expand Down

0 comments on commit 04d8a10

Please sign in to comment.