We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ebc3a commit b5febebCopy full SHA for b5febeb
1 file changed
apps/web/app/(org)/dashboard/caps/Caps.tsx
@@ -77,7 +77,10 @@ export const Caps = ({
77
78
const anyCapSelected = selectedCaps.length > 0;
79
80
- const analyticsQuery = useVideosAnalyticsQuery(data.map((video) => video.id));
+ const analyticsQuery = useVideosAnalyticsQuery(
81
+ data.map((video) => video.id),
82
+ dubApiKeyEnabled,
83
+ );
84
const analytics = analyticsQuery.data || {};
85
86
useEffect(() => {
0 commit comments