@openeventkit/event-site 2.0.72 → 2.0.73

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openeventkit/event-site",
3
3
  "description": "Event Site",
4
- "version": "2.0.72",
4
+ "version": "2.0.73",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@mui/base": "^5.0.0-alpha.114",
@@ -188,8 +188,8 @@ const RegistrationLiteComponent = ({
188
188
  orderComplete2ndParagraph: orderComplete2ndParagraph,
189
189
  orderCompleteButton: orderCompleteButton,
190
190
  noAllowedTicketsMessage: noAllowedTicketsMessage,
191
- showCompanyInput: showCompanyInput,
192
- showCompanyInputDefaultOptions: showCompanyInputDefaultOptions
191
+ showCompanyInput: showCompanyInput.toString().toLowerCase() == "1",
192
+ showCompanyInputDefaultOptions: showCompanyInputDefaultOptions.toString().toLowerCase() == "1",
193
193
  };
194
194
 
195
195
  const { registerButton } = marketingPageSettings.hero.buttons;
@@ -246,4 +246,4 @@ export default connect(mapStateToProps, {
246
246
  checkOrderData,
247
247
  checkRequireExtraQuestionsByAttendee,
248
248
  getExtraQuestions,
249
- })(RegistrationLiteComponent);
249
+ })(RegistrationLiteComponent);