mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
fix loading indication
This commit is contained in:
@@ -18,7 +18,6 @@ const useTopics = (id: string): TranscriptTopics => {
|
||||
const [error, setErrorState] = useState<Error | null>(null);
|
||||
const { setError } = useError();
|
||||
const api = useApi();
|
||||
|
||||
useEffect(() => {
|
||||
if (!id || !api) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user