add loading

This commit is contained in:
neko
2022-11-08 16:44:57 +03:00
parent e7a5d13774
commit 5eff085df7

View File

@@ -81,9 +81,9 @@ const HW14 = () => {
onDebouncedChange={sendQuery}
/>
{isLoading ? (
<span id={'hw14-loading'}>
<div id={'hw14-loading'}>
...ищем
</span>
</div>
) : (
<br/>
)}