From 17c365a5602be9ac541763352b327e4d283898e4 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 9 Jun 2024 23:00:55 -0700 Subject: [PATCH] fix typo --- src/screens/StarterPack/Wizard/index.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 7c1df78c27..264e819810 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -545,13 +545,9 @@ function Footer({ {getName(items[0])}, {getName(items[1])}, - and {state.feeds.length - 2}{' '} - {' '} - are included in your starter pack + and {items.length - 2}{' '} + are + included in your starter pack )}