Skip to content

Commit

Permalink
Update reader/components/pdf-loader/pdf-loader.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty authored Mar 2, 2021
1 parent 01f21fa commit 8c154b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/components/pdf-loader/pdf-loader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const PdfLoader = React.memo(({ url, children }) => {
})
}

// redirect(url)
redirect(url)
} finally {
setIsLoading(false)
}
Expand Down

0 comments on commit 8c154b9

Please sign in to comment.