Skip to content

Commit

Permalink
feat(abtesting): suppression tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alebret committed Jan 16, 2023
1 parent 5640541 commit e009165
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/results/ContactMamanBlues.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React, { useEffect } from "react"
import React from "react"
import { Row } from "react-bootstrap"
import { } from "@dataesr/react-dsfr"
import { useRouter } from "next/router"
import * as TrackerUtils from "../../utils/tracker.utils"
import * as AbTestingUtils from "../../utils/ab-testing/ab-testing.utils"

export const buttonLabel = "Je veux être accompagné.e"

Expand Down Expand Up @@ -37,10 +36,6 @@ export function ContactMamanBlues({ scoreLevel }) {
})
}

useEffect(() => {
AbTestingUtils.trackerForAbTesting(`Macaron Elise - ${colorsByLevel}`)
}, [])

return (
<div className="contact-mamanblues">
<Row className={`contact-content ${colorsByLevel}`}>
Expand Down

0 comments on commit e009165

Please sign in to comment.