mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-18 04:39:24 +00:00
add loading
This commit is contained in:
@@ -80,9 +80,14 @@ const HW14 = () => {
|
||||
onChangeText={onChangeText}
|
||||
onDebouncedChange={sendQuery}
|
||||
/>
|
||||
{isLoading ? (
|
||||
<span id={'hw14-loading'}>
|
||||
{isLoading && '...ищем'}
|
||||
...ищем
|
||||
</span>
|
||||
) : (
|
||||
<br/>
|
||||
)}
|
||||
|
||||
{mappedTechs}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user