change browse page to new design

This commit is contained in:
Sara
2024-01-15 15:54:02 +01:00
parent 1c4600b65e
commit 23b52a6d1f
4 changed files with 178 additions and 141 deletions

View File

@@ -23,10 +23,6 @@ const useTranscriptList = (page: number): TranscriptList => {
setRefetchCount(refetchCount + 1);
};
useEffect(() => {
setResponse(null);
}, [page]);
useEffect(() => {
if (!api) return;
setLoading(true);