diff --git a/src/admin/components/views/Account/index.tsx b/src/admin/components/views/Account/index.tsx index f7047db8f4..a4c3cd2b91 100644 --- a/src/admin/components/views/Account/index.tsx +++ b/src/admin/components/views/Account/index.tsx @@ -40,7 +40,7 @@ const AccountView: React.FC = () => { }, } = useConfig(); - const collection = collections.find((coll) => coll.slug === user.collection); + const collection = collections.find((coll) => coll.slug === adminUser); const { fields } = collection;