mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): apply feedback
This commit is contained in:
@@ -44,7 +44,9 @@ export const SubscribersList = (props: {
|
||||
}, 400);
|
||||
|
||||
useEffect(() => {
|
||||
chat.setSubscriberId(subscriber);
|
||||
if (chat) {
|
||||
chat.setSubscriberId(subscriber);
|
||||
}
|
||||
}, [subscriber]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user