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.
2 parents 723d7c5 + 5c91822 commit 623626bCopy full SHA for 623626b
src/hooks/useLocalizeDashboardUrl.ts
@@ -7,6 +7,7 @@ const isReactCampaign = (outputs: Output[]): boolean => {
7
8
if (outputs.length) {
9
outputs.forEach((output) => {
10
+ if (output === 'bugs') isReact = false;
11
if (output === 'media') isReact = false;
12
});
13
}
0 commit comments