From d098dad93c0d8452d999f6f63f9b61b8608aaeb7 Mon Sep 17 00:00:00 2001 From: George-Zhang5246 <70183314+George-Zhang5246@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:47:36 -0500 Subject: [PATCH] =?UTF-8?q?Fix=20spelling=20of=20=E2=80=9CAverage=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/SearchTermCard/searchTermCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/SearchTermCard/searchTermCard.tsx b/components/common/SearchTermCard/searchTermCard.tsx index 65b44833..55f205ad 100644 --- a/components/common/SearchTermCard/searchTermCard.tsx +++ b/components/common/SearchTermCard/searchTermCard.tsx @@ -65,7 +65,7 @@ export const SearchTermCard = (props: SearchTermCardProps) => { {props.loading ? 'Loading...' : props.secondaryText} {props.loading ? null : ( - + )}