Refactor DownloadAnchoringProofModal component

This commit is contained in:
Max S 2024-09-23 11:32:04 +02:00
parent 842edcd4c2
commit a99ad0dc94

View File

@ -20,7 +20,6 @@ export default function DownloadAnchoringProofModal(props: IProps) {
const downloadAnchoringProof = useCallback(async () => {
if (!folder?.uid) return;
try {
debugger;
setError(null);
setIsLoading(true);
const file = await OfficeFolderAnchors.getInstance().download(folder.uid);