FEAT: Implement viewer count updates in ChatPanel and VideoPage

This commit is contained in:
Chris-1010
2025-02-05 13:36:44 +00:00
parent 96e4df12a8
commit a7bbc75f3a
3 changed files with 9 additions and 8 deletions

View File

@@ -56,7 +56,6 @@ export function StreamsProvider({ children }: { children: React.ReactNode }) {
category: stream.category_name,
}));
console.log(extractedData);
setFeaturedStreams(extractedData);
});