mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
format
This commit is contained in:
parent
22c7b61d3f
commit
1342c76261
@ -132,7 +132,9 @@ export default (props) => {
|
|||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
const timer = setTimeout(async () => {
|
const timer = setTimeout(async () => {
|
||||||
setLoading(true)
|
setLoading(true)
|
||||||
|
|
||||||
await makeSearch(searchValue)
|
await makeSearch(searchValue)
|
||||||
|
|
||||||
setLoading(false)
|
setLoading(false)
|
||||||
}, 400)
|
}, 400)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user