Merge pull request #1837 from Monilprajapati/remoteNightly
minor sync fix
This commit is contained in:
@@ -955,7 +955,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
|
|||||||
if (!fetched && org) {
|
if (!fetched && org) {
|
||||||
setActiveOrgData(org);
|
setActiveOrgData(org);
|
||||||
if (!isCloud) {
|
if (!isCloud) {
|
||||||
if (org?.cloud_sync && org?.subscriptions[0]?.name?.toLowerCase().includes("enterprise") && org?.subscriptions[0]?.active) {
|
if (org?.cloud_sync && org?.subscriptions[0]?.name?.toLowerCase().includes("enterprise") && org?.subscriptions[0]?.active) {
|
||||||
setIsProdStatusOn(true);
|
setIsProdStatusOn(true);
|
||||||
} else if (org?.subscriptions[0]?.name?.toLowerCase().includes("enterprise") && org?.subscriptions[0]?.active) {
|
} else if (org?.subscriptions[0]?.name?.toLowerCase().includes("enterprise") && org?.subscriptions[0]?.active) {
|
||||||
setIsProdStatusOn(true);
|
setIsProdStatusOn(true);
|
||||||
|
|||||||
@@ -1287,7 +1287,7 @@ const LicencePopup = (props) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{ (!isCloud && selectedOrganization.cloud_sync) || isCloud && (
|
{ ((!isCloud && selectedOrganization.cloud_sync) || isCloud) && (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
|
|||||||
Reference in New Issue
Block a user