Skip to content

Commit

Permalink
fix(docz): ts warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 17, 2018
1 parent 9cb0e1d commit 19ccc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz/src/utils/ScrollToTop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ class ScrollToTopBase extends Component<ScrollToTopProps> {
}
}

export const ScrollToTop = withRouter(ScrollToTopBase as any)
export const ScrollToTop: any = withRouter(ScrollToTopBase as any)

0 comments on commit 19ccc09

Please sign in to comment.