gatsby-matrix-theme 37.0.33 → 37.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [37.0.34](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v37.0.33...v37.0.34) (2023-12-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixed issue where feedback always showing ([7f6a262](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/7f6a262a6c59cca89383b7a48b6328b5241f1a7e))
7
+
8
+
9
+ * Merge branch 'tm-3725-onlinecasinoslist' into 'master' ([37712c4](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/37712c4be41533e4baf97b1681067969e644ee1b))
10
+
1
11
  ## [37.0.33](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v37.0.32...v37.0.33) (2023-12-15)
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "37.0.33",
3
+ "version": "37.0.34",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -117,7 +117,7 @@ const Main = ({
117
117
  )}
118
118
  {Newsletter && <Newsletter page={page} />}
119
119
  {NewsletterSuccess && <NewsletterSuccess />}
120
- {page.template !== 'ppc' && !isContactUsPage && <FeedBackModule />}
120
+ {page.template !== 'ppc' && Feedback && <FeedBackModule />}
121
121
  </main>
122
122
  );
123
123
  };