forked from github-starred/komodo
element should be func
This commit is contained in:
@@ -118,7 +118,7 @@ const DeploymentTabs: Component<{}> = () => {
|
||||
],
|
||||
user().admin && {
|
||||
title: "collaborators",
|
||||
element: <Permissions />,
|
||||
element: () => <Permissions />,
|
||||
},
|
||||
]
|
||||
.flat()
|
||||
|
||||
Reference in New Issue
Block a user