refactor past meeting

This commit is contained in:
Sara
2024-01-18 14:05:34 +01:00
parent fa4935c454
commit 69ae5b281e
7 changed files with 219 additions and 152 deletions

View File

@@ -20,6 +20,7 @@ const useTranscriptList = (page: number): TranscriptList => {
const [refetchCount, setRefetchCount] = useState(0);
const refetch = () => {
setLoading(true);
setRefetchCount(refetchCount + 1);
};