Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron committed Jun 20, 2024
1 parent a2deb40 commit dbea8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
9 changes: 0 additions & 9 deletions ui/pages/settings/networks-tab/networks-form/networks-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,15 +502,6 @@ const NetworksForm = ({
return null;
},
[rpcUrl, networksToRender, t],
// [
// rpcUrl,
// networksToRender,
// t,
// autoSuggestTicker,
// orderedNetworksList,
// autoSuggestName,
// addNewNetwork,
// ],
);

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ export const RpcUrlEditor = ({
padding={2}
ref={rpcDropdown}
>
<Text
variant={TextVariant.bodySm}
>
{currentRpcEndpoint}
</Text>
<Text variant={TextVariant.bodySm}>{currentRpcEndpoint}</Text>
<ButtonIcon
iconName={isDropdownOpen ? IconName.ArrowUp : IconName.ArrowDown}
ariaLabel={t('defaultRpcUrl')}
Expand Down Expand Up @@ -144,7 +140,7 @@ export const RpcUrlEditor = ({
padding={4}
display={Display.Flex}
alignItems={AlignItems.center}
// className="networks-tab__rpc-item" // todo what?
className="networks-tab__rpc-item"
>
<Icon
color={IconColor.primaryDefault}
Expand Down

0 comments on commit dbea8b5

Please sign in to comment.