Skip to content

Commit

Permalink
Remove unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaroni committed Jan 17, 2025
1 parent 636eceb commit d83c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useWallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function useWallets() {

return {
isDamaged: selectedWallet?.damaged,
isReadOnlyWallet: !IS_DEV && selectedWallet.type === WalletTypes.readOnly,
isReadOnlyWallet: selectedWallet.type === WalletTypes.readOnly,
isHardwareWallet: !!selectedWallet.deviceId,
selectedWallet,
walletNames,
Expand Down

0 comments on commit d83c2a3

Please sign in to comment.