cronofy-elements
Advanced tools
Comparing version 1.34.6 to 1.34.7
{ | ||
"name": "cronofy-elements", | ||
"version": "1.34.6", | ||
"version": "1.34.7", | ||
"description": "Fast track scheduling with Cronofy's embeddable UI Elements", | ||
@@ -5,0 +5,0 @@ "main": "build/npm/CronofyElements.js", |
@@ -45,2 +45,3 @@ import React, { useState, useEffect } from "react"; | ||
singleProfile: options.single_profile, | ||
type: false, | ||
}); | ||
@@ -100,2 +101,3 @@ const [i18n, setI18n] = useState( | ||
...status, | ||
type: res["cronofy.type"], | ||
loading: false, | ||
@@ -181,5 +183,5 @@ reload: false, | ||
) : ( | ||
<React.Fragment> | ||
<> | ||
{profiles.length ? ( | ||
<React.Fragment> | ||
<> | ||
{status.adding ? ( | ||
@@ -204,4 +206,4 @@ <ProvidersContext.Provider value={providers}> | ||
)} | ||
<Footer /> | ||
</React.Fragment> | ||
{status.type === "account" && <Footer />} | ||
</> | ||
) : ( | ||
@@ -218,3 +220,3 @@ <ProvidersContext.Provider value={providers}> | ||
)} | ||
</React.Fragment> | ||
</> | ||
)} | ||
@@ -221,0 +223,0 @@ </StatusContext.Provider> |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
3478492
23392