Skip to content

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jan 17, 2025
1 parent a35ad66 commit 25183ca
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -102,7 +101,6 @@ export const InstalledWalletsSection = ({
connect={handleConnectFirstClass}
isSelected={selectedWalletId === provider.info.rdns}
isDisabled={isLoading && selectedWalletId !== provider.info.rdns}
isFirstClass={true}
/>
))}
{/* MIPD providers */}
Expand Down

0 comments on commit 25183ca

Please sign in to comment.