Skip to content

Commit 19ffda0

Browse files
committed
fix: add enabled network section
1 parent 2ef606a commit 19ffda0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ui/components/multichain/network-list-menu/network-list-menu.js

+9
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,15 @@ export const NetworkListMenu = ({ onClose }) => {
358358
/>
359359
) : null}
360360
<Box className="multichain-network-list-menu">
361+
<Box
362+
paddingRight={4}
363+
paddingLeft={4}
364+
paddingBottom={4}
365+
display={Display.Flex}
366+
justifyContent={JustifyContent.spaceBetween}
367+
>
368+
<Text> {t('enabledNetworks')}</Text>
369+
</Box>
361370
{searchResults.length === 0 && focusSearch ? (
362371
<Text
363372
paddingLeft={4}

0 commit comments

Comments
 (0)