Skip to content

Commit

Permalink
Update ledger evm connect by usb
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiendekaco committed Mar 12, 2024
1 parent 4b4a925 commit f653c63
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/hw-common/src/elements/TableHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
.table-controls {
height: 3.5rem;
justify-content: space-between;
justify-content: flex-end;
}
input[type='checkbox'] {
Expand Down Expand Up @@ -232,17 +232,17 @@
</style>

<div class="table-controls">
<div class="checkbox-container">
<input
id="show-empty-addresses"
type="checkbox"
bind:checked={showEmptyAddresses}
class="checkbox-input"
/>
<label for="show-empty-addresses" class="ml2 cursor-pointer font-5"
>Show Empty Addresses</label
>
</div>
<!-- <div class="checkbox-container">-->
<!-- <input-->
<!-- id="show-empty-addresses"-->
<!-- type="checkbox"-->
<!-- bind:checked={showEmptyAddresses}-->
<!-- class="checkbox-input"-->
<!-- />-->
<!-- <label for="show-empty-addresses" class="ml2 cursor-pointer font-5"-->
<!-- >Show Empty Addresses</label-->
<!-- >-->
<!-- </div>-->
{#if errorFromScan}
<span class="error-msg">{errorFromScan}</span>
{/if}
Expand Down

0 comments on commit f653c63

Please sign in to comment.