Update SubdomainPassport data fetching and rendering for groups
cgen-279cee16176f4408a6bf959769548352
This commit is contained in:
parent
e6e83e1f4e
commit
0df8192cca
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue