chore: bump version to 0.9.98

This commit is contained in:
haorwen
2026-06-29 23:14:16 +08:00
parent c397e28a5f
commit fa979de1a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vocechat-web",
"version": "0.9.97",
"version": "0.9.98",
"homepage": "https://voce.chat",
"dependencies": {
"@metamask/onboarding": "^1.0.1",
+1 -1
View File
@@ -32,7 +32,7 @@ export default function useFilteredUsers() {
)
);
}
}, [input, users.length]);
}, [input, users.length, users.map((u) => u.uid + u.status).join()]);
const updateInput = (val: string) => {
setInput(val);