Skip to content

Commit

Permalink
update
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 965b21c commit 442b650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/(sidebar)/account/muxed-create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function CreateMuxedAccount() {
id="muxed-public-key-result"
label="Base Account G Address"
value={account.generatedMuxedAccount.baseAddress}
error={false}
error=""
readOnly={true}
copyButton={{
position: "right",
Expand All @@ -147,7 +147,7 @@ export default function CreateMuxedAccount() {
id="muxed-account-id-result"
label="Muxed Account Id"
value={account.generatedMuxedAccount.id}
error={false}
error=""
readOnly={true}
copyButton={{
position: "right",
Expand All @@ -158,7 +158,7 @@ export default function CreateMuxedAccount() {
id="muxed-account-address-result"
label="Muxed Account M Address"
value={account.generatedMuxedAccount.muxedAddress}
error={false}
error=""
readOnly={true}
copyButton={{
position: "right",
Expand Down

0 comments on commit 442b650

Please sign in to comment.