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 1101114 commit 330eaeaCopy full SHA for 330eaea
src/components/banner/SurveyBanner.jsx
@@ -4,7 +4,7 @@ import { trackEvent } from "../../utils/matomo";
4
5
function SurveyBanner(url) {
6
//no survey going on at the moment
7
- //return null;
+ return null;
8
9
function handleButtonClick() {
10
trackEvent("Survey CTA", "Survey CTA button", "Go to Survey");
0 commit comments