mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
change browse page to new design
This commit is contained in:
@@ -23,10 +23,6 @@ const useTranscriptList = (page: number): TranscriptList => {
|
||||
setRefetchCount(refetchCount + 1);
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
setResponse(null);
|
||||
}, [page]);
|
||||
|
||||
useEffect(() => {
|
||||
if (!api) return;
|
||||
setLoading(true);
|
||||
|
||||
Reference in New Issue
Block a user