Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeesun Kim authored and Jeesun Kim committed Mar 25, 2024
1 parent 442b650 commit 751cb99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/(sidebar)/account/muxed-parse/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function ParseMuxedAccount() {
id="muxed-public-key-result"
label="Base Account G Address"
value={account.parsedMuxedAccount.baseAddress}
error={false}
error=""
readOnly={true}
copyButton={{
position: "right",
Expand All @@ -118,7 +118,7 @@ export default function ParseMuxedAccount() {
id="muxed-account-id-result"
label="Muxed Account Id"
value={account.parsedMuxedAccount.id}
error={false}
error=""
readOnly={true}
copyButton={{
position: "right",
Expand All @@ -129,7 +129,7 @@ export default function ParseMuxedAccount() {
id="muxed-account-address-result"
label="Muxed Account M Address"
value={account.parsedMuxedAccount.muxedAddress}
error={false}
error=""
readOnly={true}
copyButton={{
position: "right",
Expand Down

0 comments on commit 751cb99

Please sign in to comment.