account count not doing the count
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { useAccounts } from '../../hooks/getMany/useAccounts'
|
||||
|
||||
export const AccountList = () => {
|
||||
const accounts = useAccounts()
|
||||
|
||||
return <div>Account Count: {accounts.data?.length}</div>
|
||||
}
|
||||
Reference in New Issue
Block a user