Skip to content

Commit f16c5af

Browse files
committed
ui: remove duplicate element
1 parent 8551e65 commit f16c5af

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

frontend/src/components/authenticator-proof-generator.tsx

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -406,37 +406,6 @@ export function AuthenticatorProofGenerator({
406406
</div>
407407
)}
408408

409-
{status === "uploaded" && (
410-
<div className="space-y-4">
411-
<div className="flex items-start gap-3 rounded-lg border border-primary/20 bg-primary/5 p-4">
412-
<CheckCircle2 className="mt-0.5 h-5 w-5 text-primary" />
413-
<div className="flex-1 text-sm">
414-
<p className="font-medium text-foreground">
415-
Proof Uploaded Successfully
416-
</p>
417-
<p className="mt-1 text-muted-foreground">
418-
The transaction device will execute the transaction
419-
automatically.
420-
</p>
421-
</div>
422-
</div>
423-
424-
<Button
425-
onClick={() => {
426-
setTxRequest(null);
427-
setTotpCode("");
428-
setProof(null);
429-
setStatus("idle");
430-
setCurrentQRIndex(0);
431-
}}
432-
variant="outline"
433-
className="w-full"
434-
>
435-
Generate Another Proof
436-
</Button>
437-
</div>
438-
)}
439-
440409
{status === "uploaded" && (
441410
<div className="space-y-4">
442411
<div className="flex items-start gap-3 rounded-lg border border-primary/20 bg-primary/5 p-4">

0 commit comments

Comments
 (0)