mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
fix: prevent unattended reloading on transcript page (#410)
This commit is contained in:
@@ -38,7 +38,7 @@ const useTopics = (id: string): TranscriptTopics => {
|
||||
setError(err);
|
||||
}
|
||||
});
|
||||
}, [id, api]);
|
||||
}, [id, !api]);
|
||||
|
||||
return { topics, loading, error };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user