element should be func

This commit is contained in:
mbecker20
2023-01-16 23:29:57 +00:00
parent f4bba8febc
commit fb067c15ff

View File

@@ -118,7 +118,7 @@ const DeploymentTabs: Component<{}> = () => {
],
user().admin && {
title: "collaborators",
element: <Permissions />,
element: () => <Permissions />,
},
]
.flat()