From 95c86c8e518c5e8f7d4fe7e4c662a71c441a55ef Mon Sep 17 00:00:00 2001 From: cuithon Date: Tue, 12 Mar 2024 15:40:11 +0800 Subject: [PATCH 1/2] chore: remove repetitive words Signed-off-by: cuithon --- ui/components/component-library/icon/README.mdx | 2 +- ui/selectors/transactions.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/component-library/icon/README.mdx b/ui/components/component-library/icon/README.mdx index 624caebf8748..157db9f7ac04 100644 --- a/ui/components/component-library/icon/README.mdx +++ b/ui/components/component-library/icon/README.mdx @@ -196,7 +196,7 @@ If your svg **does not** contain a single path, you will need to get a designer #### Step 2. -Add your optimized svg file to to `app/images/icons` +Add your optimized svg file to `app/images/icons` #### Step 3. diff --git a/ui/selectors/transactions.test.js b/ui/selectors/transactions.test.js index 16a57a004fe8..16b5fd6be777 100644 --- a/ui/selectors/transactions.test.js +++ b/ui/selectors/transactions.test.js @@ -254,7 +254,7 @@ describe('Transaction Selectors', () => { }); describe('nonceSortedTransactionsSelector', () => { - it('returns transaction group nonce sorted tx from from selectedTxList wit', () => { + it('returns transaction group nonce sorted tx from selectedTxList wit', () => { const tx1 = { id: 0, time: 0, From bff1b0141a0560347f95f25462f42aaf2f7a5898 Mon Sep 17 00:00:00 2001 From: cuithon Date: Thu, 25 Apr 2024 13:46:20 +0800 Subject: [PATCH 2/2] chore: remove repetitive words Signed-off-by: cuithon --- ui/selectors/transactions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/selectors/transactions.test.js b/ui/selectors/transactions.test.js index 7880755cf7aa..5224282bab46 100644 --- a/ui/selectors/transactions.test.js +++ b/ui/selectors/transactions.test.js @@ -252,7 +252,7 @@ describe('Transaction Selectors', () => { }); describe('nonceSortedTransactionsSelector', () => { - it('returns transaction group nonce sorted tx from selectedTxList wit', () => { + it('returns transaction group nonce sorted tx from selectedTxList', () => { const tx1 = { id: 0, time: 0,