refactor: apply review suggestions

Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2022-10-03 13:33:04 +02:00
committed by GitHub
parent bed5a1dc6e
commit 310438cf28
@@ -114,7 +114,7 @@ export type SearchResultListProps = Omit<
*/
query: Partial<SearchQuery>;
/**
* 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;
};