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 5d224b7 commit b2522c3Copy full SHA for b2522c3
src/components/banner/SurveyBanner.jsx
@@ -3,7 +3,7 @@ import "../../styles/icons.css";
3
4
function SurveyBanner(url) {
5
//no survey going on at the moment
6
- //return null;
+ return null;
7
8
function handleButtonClick() {
9
if (typeof _paq !== "undefined") {
0 commit comments