Merge branch 'dev_na' of http://111.10.202.195:3000/chenh/imeeting into dev_ymcg

dev_na
puz 2026-07-01 22:02:04 +08:00
commit 90b1f60955
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ const SpeakerReg: React.FC = () => {
}, []);
useEffect(() => {
mountedRef.current = true;
void fetchUsers();
return () => {
mountedRef.current = false;