-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(insights): remove conditional that render module upsell (#81342)
Before domain views were released, we conditionally rendered the module upsells. If the domain views were not enabled we rendered full screen module upsells, otherwise we rendered a body upsell (so that the tabs/headers are retained). Now that we GA'd domain views, we no longer need these conditions. This PR also removes the `Feature` component in the `ModuleBodyUpsellHook` component. Feature gating already handled in the `ModulePageProviders`, so there's no reason to do it twice.
- Loading branch information
1 parent
b96dfc5
commit 2f0fc12
Showing
2 changed files
with
21 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters