[Glitch] Fix not showing loading indicator when searching in web UI
Port cb2e198d89
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@ -104,7 +104,7 @@ class Results extends React.PureComponent {
|
||||
</div>
|
||||
|
||||
<div className='explore__search-results'>
|
||||
{isLoading ? (<LoadingIndicator />) : filteredResults}
|
||||
{isLoading ? <LoadingIndicator /> : filteredResults}
|
||||
</div>
|
||||
</React.Fragment>
|
||||
);
|
||||
|
Reference in New Issue
Block a user