Skip to content

Commit

Permalink
chore(docs): remove result stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmoro committed Nov 26, 2024
1 parent 61b4f46 commit 6b004a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/components/test-zkapp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const TestZkApp = () => {
params: [parsedRequest],
});
setResults(() => ({
mina_requestPresentation: JSON.stringify(result, null, 2),
mina_requestPresentation: result,
}));
} catch (error) {
setResults(() => ({
Expand Down

0 comments on commit 6b004a6

Please sign in to comment.