Skip to content

Commit 9f4384d

Browse files
committed
Remove unused style string
1 parent 0c7ed2f commit 9f4384d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/check/accounts.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { WalletCheckModule, StateAndHelpers } from '../../interfaces'
22

33
type AccountsAndBalances = Array<{ balance: string; address: string }>
44

5-
const styles = ''
6-
75
function accountSelect(): WalletCheckModule | never {
86
let completed: boolean = false
97
let loadingAccounts: boolean = false

0 commit comments

Comments
 (0)