Skip to content

Commit

Permalink
fix: fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Jun 18, 2024
1 parent 4a01a06 commit 2db5534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/components/app/modals/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const custodyConfirmModalStyle = {

const MODALS = {
ONBOARDING_ADD_NETWORK: {
contents: <AddNetworkModal newNetworkMenuDesignActive={false} />,
contents: <AddNetworkModal />,
testId: 'add-network-modal',
...accountModalStyle,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const PopularNetworkList = ({
{t('popularNetworkAddToolTip', [
<Box>
<ButtonLink
key={`security-provider-button-supporturl`}
key="security-provider-button-supporturl"
size={ButtonLinkSize.Inherit}
externalLink
onClick={() => {
Expand Down

0 comments on commit 2db5534

Please sign in to comment.