We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a3818 commit 820a717Copy full SHA for 820a717
src/pages/Home.tsx
@@ -58,7 +58,7 @@ export default function Home() {
58
]);
59
60
setChannels(channelsList);
61
- // setTags(tagsList);
+ setTags([]);
62
setVods(vodsList);
63
64
setIsFetching(false);
0 commit comments