Guest User

Untitled

a guest
Dec 12th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. componentDidUpdate() {
  2.  
  3. if (this.props.print) {
  4. window.print();
  5. }
  6. }
  7.  
  8. <Link href={`${window.location.pathname}/print`}
  9. target="_blank">
  10. Print PDF
  11. </Link>
Add Comment
Please, Sign In to add comment