style(SpeakerReg): 统一文件换行符格式

dev_na
chenhao 2026-07-01 15:16:47 +08:00
parent 69e6eff9d9
commit 4097e719a9
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;