chore: bump version to 0.9.98
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vocechat-web",
|
"name": "vocechat-web",
|
||||||
"version": "0.9.97",
|
"version": "0.9.98",
|
||||||
"homepage": "https://voce.chat",
|
"homepage": "https://voce.chat",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@metamask/onboarding": "^1.0.1",
|
"@metamask/onboarding": "^1.0.1",
|
||||||
|
|||||||
@@ -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) => {
|
const updateInput = (val: string) => {
|
||||||
setInput(val);
|
setInput(val);
|
||||||
|
|||||||
Reference in New Issue
Block a user