Skip to content

Commit

Permalink
Please code review
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed Feb 13, 2023
1 parent ab0cfd1 commit 352e7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/public/locator/use_ml_href.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const useMlHref = (
dependencies?: DependencyList
) => {
return ml && ml.locator
? ml.locator!.useUrl(params, undefined, dependencies)
? ml.locator.useUrl(params, undefined, dependencies)
: basePath !== undefined
? `${basePath}/app/ml/${params.page}`
: '';
Expand Down

0 comments on commit 352e7da

Please sign in to comment.