Update frontend/src/pages/organization/SettingsPage/components/OrgGeneralTab/OrgGeneralTab.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
x032205
2025-05-15 21:01:30 -04:00
committed by GitHub
parent e678c9d1cf
commit 2e12d9a13c

View File

@@ -14,7 +14,7 @@ export const OrgGeneralTab = () => {
<OrgIncidentContactsSection />
{membership && membership.role === "admin" && <OrgDeleteSection />}
</div>
<OrgProductSelectSection />
{membership && membership.role === "admin" && <OrgProductSelectSection />}
</>
);
};