diff --git a/frontend/packages/core/src/AppLayout/user.tsx b/frontend/packages/core/src/AppLayout/user.tsx index fd7b868332..fd5f3cbe4f 100644 --- a/frontend/packages/core/src/AppLayout/user.tsx +++ b/frontend/packages/core/src/AppLayout/user.tsx @@ -166,7 +166,7 @@ export interface UserInformationProps { const UserInformation: React.FC = ({ data, user = userId(), - children = null, + children = [], }) => { const userInitials = user.slice(0, 2).toUpperCase(); const [open, setOpen] = React.useState(false);