Skip to content

Commit 5c91822

Browse files
committed
fix(dashboard): restore functional dash if bugs
1 parent 723d7c5 commit 5c91822

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)