Skip to content

Commit

Permalink
fix: pushed test data
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed Aug 13, 2024
1 parent a2c85e9 commit 3651359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function BackupMnemonicPage() {
)}
</Loading>
</div>
{false && (
{passphraseMutation.data && (
<div className="flex justify-end">
<Button
onClick={handleCopy}
Expand Down

0 comments on commit 3651359

Please sign in to comment.