@mjhls/mjh-framework 1.0.917-healthcare → 1.0.917-healthcare-v2

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.
@@ -21,8 +21,7 @@ var HealthcareProfessionalModal = function HealthcareProfessionalModal(_ref) {
21
21
  setHealthcareCheck = _ref.setHealthcareCheck;
22
22
 
23
23
  var handleGoBack = function handleGoBack() {
24
- console.log('going back');
25
- window.history.back();
24
+ window.location.href = '/';
26
25
  };
27
26
  var handleHideModal = function handleHideModal() {
28
27
  SetCookie('healthcareProfessional', true);
@@ -13,8 +13,7 @@ var HealthcareProfessionalModal = function HealthcareProfessionalModal(_ref) {
13
13
  setHealthcareCheck = _ref.setHealthcareCheck;
14
14
 
15
15
  var handleGoBack = function handleGoBack() {
16
- console.log('going back');
17
- window.history.back();
16
+ window.location.href = '/';
18
17
  };
19
18
  var handleHideModal = function handleHideModal() {
20
19
  SetCookie('healthcareProfessional', true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.917-healthcare",
3
+ "version": "1.0.917-healthcare-v2",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",