Skip to content

Commit

Permalink
Merge pull request #51326 from narefyev91/add-support-news-toggle
Browse files Browse the repository at this point in the history
[Internal QA]: Add News toggle to Support account
  • Loading branch information
chiragsalian authored Oct 24, 2024
2 parents 26e1d2d + 9af6ce5 commit aeb81a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/Network/NetworkStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function isSupportRequest(command: string): boolean {
return [
WRITE_COMMANDS.OPEN_APP,
WRITE_COMMANDS.SEARCH,
WRITE_COMMANDS.UPDATE_NEWSLETTER_SUBSCRIPTION,
SIDE_EFFECT_REQUEST_COMMANDS.RECONNECT_APP,
SIDE_EFFECT_REQUEST_COMMANDS.OPEN_REPORT,
READ_COMMANDS.OPEN_CARD_DETAILS_PAGE,
Expand Down

0 comments on commit aeb81a1

Please sign in to comment.