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:
@@ -81,9 +81,9 @@ const HW14 = () => {
|
|||||||
onDebouncedChange={sendQuery}
|
onDebouncedChange={sendQuery}
|
||||||
/>
|
/>
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
<span id={'hw14-loading'}>
|
<div id={'hw14-loading'}>
|
||||||
...ищем
|
...ищем
|
||||||
</span>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<br/>
|
<br/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user