ENCOA-263
This commit is contained in:
@@ -106,7 +106,7 @@ export default function Lists({ user, entities = [], permissions }: Props) {
|
||||
)}
|
||||
{checkAccess(user, ["developer", "admin", "corporate", "mastercorporate"]) && entitiesViewCodes.length > 0 && (
|
||||
<TabPanel className="overflow-y-scroll max-h-[600px] rounded-xl scrollbar-hide">
|
||||
<CodeList user={user} canDeleteCodes={entitiesDeleteCodes.length > 0} />
|
||||
<CodeList user={user} entities={entitiesViewCodes} canDeleteCodes={entitiesDeleteCodes.length > 0} />
|
||||
</TabPanel>
|
||||
)}
|
||||
{checkAccess(user, ["developer", "admin"]) && (
|
||||
|
||||
Reference in New Issue
Block a user