Skip to content

Commit

Permalink
module name tweak sp
Browse files Browse the repository at this point in the history
  • Loading branch information
albina committed Sep 23, 2024
1 parent 0e886f1 commit 3a85b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/service-portal/signature-collection/src/module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const signatureCollectionModule: PortalModule = {
element: <SignatureListsParliamentary />,
},
{
name: m.signatureCollectionPresidentialLists,
name: m.signatureCollectionParliamentaryLists,
path: SignatureCollectionPaths.ViewParliamentaryList,
enabled: userInfo.scopes.includes(ApiScope.signatureCollection),
key: 'ParliamentaryLists',
Expand Down

0 comments on commit 3a85b74

Please sign in to comment.