From ccc1a9e79796b823013731a16fd15b8422d3af60 Mon Sep 17 00:00:00 2001 From: Patrick Engvall Date: Mon, 14 Mar 2022 11:15:18 -0700 Subject: [PATCH] fix: typo --- packages/frontend/src/utils/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/utils/wallet.js b/packages/frontend/src/utils/wallet.js index 9279d59548..266e592e03 100644 --- a/packages/frontend/src/utils/wallet.js +++ b/packages/frontend/src/utils/wallet.js @@ -854,7 +854,7 @@ class Wallet { } // TODO: getAccountIds returns all accounts including any implicit account. - // Once 'IMPORT_ACCOUNT_WITH_LINK_V2' feature is on shipped: + // Once 'IMPORT_ACCOUNT_WITH_LINK_V2' feature is shipped: // Remove automatically adding implicitAccountId into array and then removing the duplicates. // remove duplicate and non-existing accounts