remove leftover comment

This commit is contained in:
Jonathan Rainville 2018-10-18 15:47:01 -04:00 committed by Pascal Precht
parent 423d8dcdf0
commit 972e0aca40
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ class Layout extends React.Component {
}
renderRightNav() {
// {searchResult.error && <Alert color="danger">{searchResult.error}</Alert>}
return (<Nav className="ml-auto" navbar>
{<SearchBar hidden={this.state.searchLoading} searchSubmit={searchValue => this.searchTheExplorer(searchValue)}/>}
{this.state.searchLoading && <p className="search-loading">Searching... <FontAwesome name="spinner" spin /></p>}