From 508191205ea3f666c3d315e44f4612e298012b26 Mon Sep 17 00:00:00 2001 From: Julia Qiu Date: Sat, 4 Jul 2020 12:11:13 -0700 Subject: [PATCH] temporarily remove download button --- src/components/NDA/NDA.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/NDA/NDA.js b/src/components/NDA/NDA.js index 3e1bf9c..ee8be08 100644 --- a/src/components/NDA/NDA.js +++ b/src/components/NDA/NDA.js @@ -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); @@ -768,13 +768,13 @@ const NDAActions = ({ nda, user, isScrolledBeyondActions }) => { Details - + */} ) : null