mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 05:09:05 +00:00
refactor past meeting
This commit is contained in:
@@ -20,6 +20,7 @@ const useTranscriptList = (page: number): TranscriptList => {
|
||||
const [refetchCount, setRefetchCount] = useState(0);
|
||||
|
||||
const refetch = () => {
|
||||
setLoading(true);
|
||||
setRefetchCount(refetchCount + 1);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user