fix loading indication

This commit is contained in:
Sara
2024-01-03 15:52:26 +01:00
parent eecb91ccdd
commit 088be8d9cc
7 changed files with 6 additions and 11 deletions

View File

@@ -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;