diff --git a/src/context/WalletProvider/NewWalletViews/sections/InstalledWalletsSection.tsx b/src/context/WalletProvider/NewWalletViews/sections/InstalledWalletsSection.tsx index 5a8a2eac4c6..7a823a8d2ec 100644 --- a/src/context/WalletProvider/NewWalletViews/sections/InstalledWalletsSection.tsx +++ b/src/context/WalletProvider/NewWalletViews/sections/InstalledWalletsSection.tsx @@ -18,7 +18,6 @@ const MipdProviderSelectItem = ({ connect: (adapter: string | KeyManager) => void isSelected: boolean isDisabled: boolean - isFirstClass?: boolean }) => { const backgroundColor = useColorModeValue('blackAlpha.100', 'whiteAlpha.100') const handleConnect = useCallback( @@ -102,7 +101,6 @@ export const InstalledWalletsSection = ({ connect={handleConnectFirstClass} isSelected={selectedWalletId === provider.info.rdns} isDisabled={isLoading && selectedWalletId !== provider.info.rdns} - isFirstClass={true} /> ))} {/* MIPD providers */}