Cambios visuales, no mas json en la busqueda
This commit is contained in:
@@ -88,7 +88,6 @@ export class Search extends React.Component {
|
||||
artists = (
|
||||
<Fragment>
|
||||
<SearchList artists={this.state.artists}/>
|
||||
<ReactJson src={this.state.artists} enableClipboard={false} displayDataTypes={false}/>
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
@@ -97,8 +96,8 @@ export class Search extends React.Component {
|
||||
<main>
|
||||
<h1>Busqueda</h1>
|
||||
<SearchBar query={this.state.query} onQueryChanged={this.handleQueryChange} history={this.props.history}/>
|
||||
{paginate && paginate}
|
||||
{artists ? artists : <p>Loading...</p>}
|
||||
{paginate && paginate}
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user