Skip to content

Commit

Permalink
faq pdf opening twice solved
Browse files Browse the repository at this point in the history
  • Loading branch information
prtkjakhar committed Apr 2, 2024
1 parent d4d91bf commit bd78c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/amakrushi/src/components/MorePage/FAQPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const FAQPage: React.FC = () => {
const link: any = flags?.[`manual_pdf_link`]?.value;
const proxyUrl = 'https://cors-anywhere.herokuapp.com/';

window.open(link);
// window.open(link);

fetch(proxyUrl + link, {
method: 'GET',
Expand Down

0 comments on commit bd78c37

Please sign in to comment.