mirror of https://github.com/buster-so/buster.git
Update apps/web/src/api/buster-electric/messages/hooks.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
d7142b838c
commit
54b592fa37
|
@ -60,7 +60,7 @@ export const useTrackAndUpdateMessageChanges = (
|
|||
});
|
||||
}
|
||||
|
||||
if(iChatMessage.is_completed){
|
||||
if (iChatMessage.is_completed) {
|
||||
prefetchGetListChats()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue