This commit is contained in:
Timothy Jaeryang Baek 2025-05-19 02:07:41 +04:00
parent c6580a2a02
commit 9f9fb3403d

View File

@ -40,7 +40,7 @@
} else {
searchDebounceTimeout = setTimeout(async () => {
chatList = await getChatListBySearchText(localStorage.token, query, page);
}, 200);
}, 500);
}
if ((chatList ?? []).length === 0) {