Removed test on Search feature for loading

• Removed:
- test on Search feature for loading
This commit is contained in:
mgabdev 2020-08-19 11:28:38 -05:00
parent 859b4b5ca8
commit 216e0ba47a
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ class Search extends ImmutablePureComponent {
} = this.props } = this.props
const { isSmallScreen } = this.state const { isSmallScreen } = this.state
// if (isLoading) { if (isLoading) {
return <ColumnIndicator type='loading' /> return <ColumnIndicator type='loading' />
// } }
if (isError) { if (isError) {
return ( return (