Skip to content

Commit 6b004a6

Browse files
committed
chore(docs): remove result stringify
1 parent 61b4f46 commit 6b004a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/components/test-zkapp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const TestZkApp = () => {
7777
params: [parsedRequest],
7878
});
7979
setResults(() => ({
80-
mina_requestPresentation: JSON.stringify(result, null, 2),
80+
mina_requestPresentation: result,
8181
}));
8282
} catch (error) {
8383
setResults(() => ({

0 commit comments

Comments
 (0)