add loading

This commit is contained in:
neko
2022-11-08 16:41:30 +03:00
parent ab6238a534
commit e7a5d13774

View File

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