minor sync fix

This commit is contained in:
monilprajapati
2025-10-10 17:48:48 +05:30
parent a137368eee
commit d845513dc8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1287,7 +1287,7 @@ const LicencePopup = (props) => {
</div>
</div>
{ (!isCloud && selectedOrganization.cloud_sync) || isCloud && (
{ ((!isCloud && selectedOrganization.cloud_sync) || isCloud) && (
<div
style={{
display: "flex",