fix: visibility of upgrade now button in header

This commit is contained in:
prafull-opensignlabs
2024-04-01 17:25:23 +05:30
parent 96a4a2e7fa
commit d31910aefa
2 changed files with 6 additions and 30 deletions
-6
View File
@@ -15,12 +15,6 @@ export const openInNewTab = (url) => {
//function to get subcripition details from Extand user class
export async function checkIsSubscribed() {
// const tenantId = localStorage.getItem("TenantId");
// const users = new Parse.Query("partners_Tenant");
// users.equalTo("objectId", tenantId);
// const res = await users.first();
// const jsonRes = JSON.parse(JSON.stringify(res));
const extClass = localStorage.getItem("Extand_Class");
const jsonSender = JSON.parse(extClass);
const user = await Parse.Cloud.run("getUserDetails", {