Skip to content

Commit

Permalink
display certificate management menu (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
masskoder authored Jan 5, 2023
1 parent c2aaa39 commit 905caeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/gds-user-ui/src/utils/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const MENU: Menu[] = [
title: t`Certificate Inventory`,
icon: FaRegMoneyBillAlt,
path: '/dashboard/certificate/inventory',
activated: process.env.REACT_APP_ENABLE_CERT_MANAGEMENT_FEAT === 'true' || false
activated: true
}
]
},
Expand Down

0 comments on commit 905caeb

Please sign in to comment.