feat: filter primary char
This commit is contained in:
parent
1762cdec1d
commit
e5fb6b7f8d
|
|
@ -39,6 +39,9 @@ export const getUserSites = async (address?: string) => {
|
|||
source: "Crossbell Profile",
|
||||
identity: address,
|
||||
platform: "Ethereum",
|
||||
filter: {
|
||||
primary: true,
|
||||
},
|
||||
})
|
||||
|
||||
const sites = profiles.list
|
||||
|
|
|
|||
Loading…
Reference in New Issue