Skip to content

Commit

Permalink
Fix issue on init download
Browse files Browse the repository at this point in the history
  • Loading branch information
EPAM\Sanket_Joshi committed Sep 25, 2024
1 parent 17b8840 commit 60fb7de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/ui/Business/ResumeDownloader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ export const ResumeDownloader = () => {
"https://drive.google.com/uc?export=download&id=1uzadlIy4kqjwy6wsZcQdWBUyiBIXvlkQ"
);

useEffect(() => {
downloadFile();
}, [downloadFile]);

return (
<section className="flex flex-col mt-10">
<div className="flex items-center justify-start">
Expand Down

0 comments on commit 60fb7de

Please sign in to comment.