{name && (
{
- useFetchIdentities([ account ], identityLoadNotRequired)
+ useFetchIdentities([account], identityLoadNotRequired)
const identities = useIdentities(account)
const address = (
@@ -873,7 +877,7 @@ export const getParentBalances = (
priceValue,
balance,
total,
- totalTokensValueBN
+ totalTokensValueBN,
}
}