Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sairaj-mote committed Nov 8, 2023
1 parent bd42ad5 commit 7793379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4154,7 +4154,7 @@ <h5>Transaction ID</h5>
}
}
getRef('messages_container').prepend(html.node`
<details id="transaction_details" class="grid gap-1 card">
<details id="transaction_details" class="grid gap-1 card" open>
<summary>
${pendingSigns === 0 ? html`
<h4>Required signatures are done</h4>
Expand Down

0 comments on commit 7793379

Please sign in to comment.