Skip to content

Commit

Permalink
temporarily remove download button
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaqiuxy committed Jul 4, 2020
1 parent a8ba482 commit 5081912
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/NDA/NDA.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,10 +741,10 @@ const NDAActions = ({ nda, user, isScrolledBeyondActions }) => {
};
const onResendClick = useCallback(handleResendClick, []);

const handleDownlaodClick = async () => {
toast.show('Starting download...');
};
const onDownloadClick = useCallback(handleDownlaodClick, [toast]);
// const handleDownlaodClick = async () => {
// toast.show('Starting download...');
// };
// const onDownloadClick = useCallback(handleDownlaodClick, [toast]);

const handleDetailClick = async () => {
setDetailDialogOpen(true);
Expand All @@ -768,13 +768,13 @@ const NDAActions = ({ nda, user, isScrolledBeyondActions }) => {
Details
</Button>

<Button
{/* <Button
compact
color="var(--ndaify-accents-info)"
onClick={onDownloadClick}
>
Download
</Button>
</Button> */}
</ActionButtonBackground>
</ActionButtonWrapper>
) : null
Expand Down

0 comments on commit 5081912

Please sign in to comment.