Skip to content

Commit

Permalink
chore: display disclosure value on shared og
Browse files Browse the repository at this point in the history
  • Loading branch information
SinanovicEdis committed Jan 23, 2025
1 parent 8934d37 commit 10530f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ const DisclosureDetails = ({
<h2 className="dark:text-navy-blue-200 pr-2 font-bold capitalize text-gray-800">
{value.key}:
</h2>
<h2 className="dark:text-navy-blue-200 pr-2 capitalize whitespace-nowrap text-gray-800">
{value.value}
</h2>
<div className="text-md dark:text-navy-blue-300 w-full truncate font-normal text-gray-700">
{isObject ? (
<button
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey",
"./files/circuits/credentialAtomicQuerySigV2/verification_key.json"
],
"shasum": "B5iBG41WBDWMS3t09eJJbZlkWV/bZ0aMpgF780xkRr0="
"shasum": "X5DO6h8ggt2+KiAENnrr/Bx5N+W9OGNBOQ9IA5+GpiU="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down

0 comments on commit 10530f9

Please sign in to comment.