Skip to content

Commit

Permalink
feat(certificates): remove unussed code
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhigarg-bmw committed Jul 11, 2023
1 parent 34d6849 commit 2fbd0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/Config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export const ALL_PAGES: IPage[] = [
},
{
name: PAGES.CERTIFICATE_CREDENTIAL,
//role: ROLES.MANAGE_COMPANY_CREDENTIALS,
role: ROLES.MANAGE_COMPANY_CREDENTIALS,
element: <CertificateCredentials />,
},
{ name: PAGES.DATA_SPACE, element: <DataSpace /> },
Expand Down

0 comments on commit 2fbd0d7

Please sign in to comment.