Skip to content

Commit

Permalink
fixup! [LLD] EVM Family has same capability as Ethereum Family (#4001)
Browse files Browse the repository at this point in the history
  • Loading branch information
chabroA committed Aug 30, 2023
1 parent 8b12536 commit 16dd7e8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from "react";
import { CryptoIcon, Icon, ProviderIcon } from "@ledgerhq/react-ui";
import { CryptoIcon, Icon } from "@ledgerhq/react-ui";
import ProviderIcon from "~/renderer/components/ProviderIcon";
import styled from "styled-components";

type Props = {
Expand Down Expand Up @@ -47,7 +48,7 @@ export function StakingIcon({ icon }: Props) {
if (iconType === "provider") {
return (
<ProviderIconContainer>
<ProviderIcon name={iconName} size="S" boxed={true} />
<ProviderIcon name={iconName} size="S" />
</ProviderIconContainer>
);
}
Expand Down

0 comments on commit 16dd7e8

Please sign in to comment.