Skip to content

Commit

Permalink
Removes unused param name
Browse files Browse the repository at this point in the history
  • Loading branch information
dasansol92 committed Mar 29, 2022
1 parent 035df8f commit 17d07ec
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ export const ARTIFACT_FLYOUT_LABELS = Object.freeze({
* );
* }
*/
flyoutDowngradedLicenseDocsInfo: (
securitySolutionDocsLinks: DocLinks['securitySolution']
): React.ReactNode =>
flyoutDowngradedLicenseDocsInfo: (_: DocLinks['securitySolution']): React.ReactNode =>
i18n.translate('xpack.securitySolution.artifactListPage.flyoutDowngradedLicenseDocsInfo', {
defaultMessage: 'For more information, see our documentation.',
}),
Expand Down

0 comments on commit 17d07ec

Please sign in to comment.