Skip to content

Commit

Permalink
dashboard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Aug 19, 2024
1 parent 17d86fc commit 7933ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ export default function Home() {
if (job_event.type == "Finished") {
let proof = Proof.parse(job_event.data);
addLog(`Job ${data.job_key} proof received`);
setActiveStep(5);
setDownloadBlob([
new Blob([new Uint8Array(proof)]),
`${data.job_key}_proof.json`,
]);
setActiveStep(5);
setIsProcessing(null);
subscriber?.close();
await verifyProof(
Expand Down

0 comments on commit 7933ee4

Please sign in to comment.