Skip to content

Commit 623626b

Browse files
authored
Merge pull request #291 from AppQuality/restore-functional-dash-for-functional
fix(dashboard): restore functional dash if bugs
2 parents 723d7c5 + 5c91822 commit 623626b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useLocalizeDashboardUrl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const isReactCampaign = (outputs: Output[]): boolean => {
77

88
if (outputs.length) {
99
outputs.forEach((output) => {
10+
if (output === 'bugs') isReact = false;
1011
if (output === 'media') isReact = false;
1112
});
1213
}

0 commit comments

Comments
 (0)