fix: broken platform members table (#18583)

This commit is contained in:
Somay Chauhan
2025-01-10 12:46:48 +00:00
committed by GitHub
parent a6dd5185ea
commit f558f8aca5
@@ -533,7 +533,7 @@ function UserListTableContent() {
}
};
if (!isSuccessAttributes) {
if (!isPlatformUser && !isSuccessAttributes) {
// do not render the table until the attributes are fetched
return null;
}