Refactor DownloadAnchoringProofModal component
This commit is contained in:
parent
842edcd4c2
commit
a99ad0dc94
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user