Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit b8a0f7f

Browse files
committed
refactor: removes account molecule component
1 parent c404ed6 commit b8a0f7f

File tree

2 files changed

+1
-106
lines changed

2 files changed

+1
-106
lines changed

src/components/molecules/Account.tsx

Lines changed: 0 additions & 105 deletions
This file was deleted.

src/components/organisms/Account.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import NetworkInfo from '../../models/NetworkInfo'
1313

1414
export interface AccountProps {
1515
requiredNetworkName: string
16-
setProvider: (provider: EProvider) => Promise<void>
16+
setProvider?: (provider: EProvider) => Promise<void>
1717
web3?: Web3
1818
networkInfo?: NetworkInfo
1919
account?: string

0 commit comments

Comments
 (0)