fix: type error

This commit is contained in:
DIYgod 2023-07-22 14:07:37 +01:00
parent ab32ce9ff5
commit 8fdd70174a
No known key found for this signature in database
3 changed files with 0 additions and 11 deletions

View File

@ -22,7 +22,6 @@
"Owner": "擁有者",
"Transaction Hash": "交易雜湊值",
"IPFS Address": "IPFS 位址",
"BNB Greenfield Address": "BNB Greenfield 位址",
"Creation": "創作",
"Last Update": "最後更新",
"Create Character": "創建身份",

View File

@ -22,7 +22,6 @@
"Owner": "所有者",
"Transaction Hash": "交易哈希",
"IPFS Address": "IPFS 地址",
"BNB Greenfield Address": "BNB Greenfield 地址",
"Creation": "创作",
"Last Update": "最后更新",
"Create Character": "创建角色",

View File

@ -503,15 +503,6 @@ export const useGetMiraBalance = (characterId?: number) => {
})
}
export const useGetGreenfieldId = (cid?: string) => {
return useQuery(["getGreenfieldId", cid], async () => {
if (!cid) {
return null
}
return siteModel.getGreenfieldId(cid)
})
}
export const useGetCharacterCard = ({
siteId,
address,