Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Jan 27, 2020
1 parent d791da3 commit 6a80609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const createNodeDetailLink = (
nodeId: string,
from: string,
to: string,
prefixPathWithBasePath: (path?: string) => string
prefixPathWithBasePath: (path?: string | undefined) => string | undefined
) => {
return getNodeDetailUrl({
nodeType,
Expand Down

0 comments on commit 6a80609

Please sign in to comment.