This commit is contained in:
Timothy Jaeryang Baek
2025-09-16 22:23:45 -05:00
parent 26764a0b92
commit 9321a6ff60

View File

@@ -44,7 +44,7 @@
}
};
$: if (query && userSuggestions) {
$: if (query !== null && userSuggestions) {
getUserList();
}