From 10cd53b40ba6065a83fdd2e1fef8bbf2a741ff61 Mon Sep 17 00:00:00 2001 From: gaba Date: Tue, 25 Apr 2017 14:28:37 -0500 Subject: [PATCH] Only shows the Loading component when there is no search value --- client/coral-admin/src/containers/Community/People.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-admin/src/containers/Community/People.js b/client/coral-admin/src/containers/Community/People.js index 0011cd704..084e574fb 100644 --- a/client/coral-admin/src/containers/Community/People.js +++ b/client/coral-admin/src/containers/Community/People.js @@ -47,7 +47,7 @@ const People = ({isFetching, commenters, searchValue, onSearchChange, ...props})
- { isFetching && } + { isFetching && (searchValue === null) && } { hasResults ?