Update SubdomainPassport data fetching and rendering for groups

cgen-279cee16176f4408a6bf959769548352
This commit is contained in:
Builder.io 2025-11-16 04:14:09 +00:00
parent e6e83e1f4e
commit 0df8192cca

View file

@ -87,7 +87,7 @@ const SubdomainPassport = () => {
const { subdomainInfo, isLoading: isSubdomainLoading } =
useSubdomainPassport();
const [data, setData] = useState<
CreatorPassportResponse | ProjectPassportResponse | null
CreatorPassportResponse | ProjectPassportResponse | GroupPassportResponse | null
>(null);
const [loading, setLoading] = useState(true);
const [error, setError] = useState<string | null>(null);