From 310438cf28da0f7998f98179a308164d8db2eca0 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Mon, 3 Oct 2022 13:33:04 +0200 Subject: [PATCH] refactor: apply review suggestions Co-authored-by: Eric Peterson Signed-off-by: Camila Belo --- .../src/components/SearchResultList/SearchResultList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/search-react/src/components/SearchResultList/SearchResultList.tsx b/plugins/search-react/src/components/SearchResultList/SearchResultList.tsx index c152162b6a..4279e8936a 100644 --- a/plugins/search-react/src/components/SearchResultList/SearchResultList.tsx +++ b/plugins/search-react/src/components/SearchResultList/SearchResultList.tsx @@ -114,7 +114,7 @@ export type SearchResultListProps = Omit< */ query: Partial; /** - * Optional property to provide if component should not render the group when no results are found. + * Optional property to provide if component should not render the component when no results are found. */ disableRenderingWithNoResults?: boolean; };