Skip to content

Commit

Permalink
Merge pull request #86 from spacemeshos/fix-ledger-not-supported-safari
Browse files Browse the repository at this point in the history
Show message that Ledger is not supported in Safari
  • Loading branch information
brusherru authored Sep 13, 2024
2 parents 4c1269a + b14fa53 commit de561a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/useHardwareWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const IS_SUPPORTED = (() => {
case 'opera':
case 'opera-mini':
case 'samsung':
case 'safari':
case 'yandexbrowser':
return true;
default:
Expand Down

0 comments on commit de561a5

Please sign in to comment.