mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-12 10:19:59 -05:00
parent
e9cba5b4e2
commit
81e9774cc0
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ function useEntries(
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
return autorun(() => sort(generateKeys()));
|
return autorun(() => sort(generateKeys()));
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
}, []);
|
}, [channel]);
|
||||||
|
|
||||||
return entries;
|
return entries;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue