Skip to content

Commit

Permalink
Fix smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ce0la committed Jun 25, 2024
1 parent f761e8d commit 0c28b4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const WalletAccounts = ({ isPopup, onBack }: { isPopup: boolean; onBack:
accountIndex,

Check failure on line 139 in apps/browser-extension-wallet/src/components/MainMenu/DropdownMenuOverlay/components/WalletAccounts.tsx

View workflow job for this annotation

GitHub Actions / Smoke tests

Insert `··`
state: 'error'

Check failure on line 140 in apps/browser-extension-wallet/src/components/MainMenu/DropdownMenuOverlay/components/WalletAccounts.tsx

View workflow job for this annotation

GitHub Actions / Smoke tests

Insert `··`
});

Check failure on line 141 in apps/browser-extension-wallet/src/components/MainMenu/DropdownMenuOverlay/components/WalletAccounts.tsx

View workflow job for this annotation

GitHub Actions / Smoke tests

Insert `··`
}, []);
}, [enableAccountHWSigningDialog]);

Check failure on line 142 in apps/browser-extension-wallet/src/components/MainMenu/DropdownMenuOverlay/components/WalletAccounts.tsx

View workflow job for this annotation

GitHub Actions / Smoke tests

Replace `··},·[enableAccountHWSigningDialog]` with `····},⏎····[enableAccountHWSigningDialog]⏎··`

const unlockHWAccount = useCallback(
async (accountIndex: number) => {
Expand Down

0 comments on commit 0c28b4e

Please sign in to comment.