mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 05:09:05 +00:00
NextJS 14 experimental upgrade
This commit is contained in:
@@ -21,7 +21,8 @@ const useTopics = (id: string): TranscriptTopics => {
|
||||
if (!id || !api) return;
|
||||
|
||||
setLoading(true);
|
||||
api.v1TranscriptGetTopics(id)
|
||||
api
|
||||
.v1TranscriptGetTopics(id)
|
||||
.then((result) => {
|
||||
setTopics(result);
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user