Updated classNames constant in components that werent using

• Updated:
- classNames constant in components that werent using
This commit is contained in:
mgabdev
2020-08-18 19:39:06 -05:00
parent 99982c0391
commit 2f4700e89f
23 changed files with 64 additions and 112 deletions

View File

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