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