We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e608b30 commit 6f5dd39Copy full SHA for 6f5dd39
src/consentManagement/ConsentBannerAndConsentManagement/ConsentManagement.tsx
@@ -350,9 +350,7 @@ export function createConsentManagement<
350
</div>
351
352
{description !== undefined && (
353
- <p id="finality-1-desc" className="fr-consent-service__desc">
354
- {description}
355
- </p>
+ <p className={fr.cx("fr-consent-service__desc")}>{description}</p>
356
)}
357
{subFinalities !== undefined &&
358
(assert(typeof finalityConsent !== "boolean"),
0 commit comments