We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d28385 commit 65d391fCopy full SHA for 65d391f
src/app/(proper_react)/(redesign)/(public)/LandingViewRedesign/components/Faq.tsx
@@ -96,6 +96,7 @@ export const Faq = ({
96
{
97
id: "premium-continuous-data-removal",
98
question: l10n.getString("landing-premium-continuous-data-removal-qn"),
99
+ /* c8 ignore start */
100
answer: enabledFeatureFlags.includes("MaskDataBrokerCount")
101
? l10n.getFragment(
102
"landing-premium-continuous-data-removal-ans-masked",
@@ -125,6 +126,7 @@ export const Faq = ({
125
126
),
127
},
128
}),
129
+ /* c8 ignore stop */
130
isExpanded: expandedQuestion === "premium-continuous-data-removal",
131
onExpandAnswer: () => {
132
handleExpandAnswer("premium-continuous-data-removal");
0 commit comments