Removed test on Search feature for loading
• Removed: - test on Search feature for loading
This commit is contained in:
parent
859b4b5ca8
commit
216e0ba47a
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user