Skip to content

Commit

Permalink
Fix ledger build
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jul 26, 2023
1 parent 904ee48 commit 61562cd
Show file tree
Hide file tree
Showing 4 changed files with 3,136 additions and 3,649 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/components/Carousel.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

<script setup lang="ts">
import { defineProps } from 'vue'
// eslint-disable-next-line no-undef
const props = defineProps({
currentSlide: {
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/pages/overview/components/BreakdownTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ onMounted(() =>{
<thead>
<tr class="bg-[#FCFCFD] border-b border-b-[#EAECF0] whitespace-nowrap">
<th
v-for="header in tableHeaderOptions[tableView].headers"
v-for="header in tableHeaderOptions[tableView as keyof typeof tableHeaderOptions].headers"
:key="header.title"
class="table_header "
>
Expand Down Expand Up @@ -479,7 +479,7 @@ onMounted(() =>{
class="w-full text-grey_5 text-body border-b border-grey_2 h-[72px]"
>
<td
v-for="header in tableHeaderOptions[tableView].headers"
v-for="header in tableHeaderOptions[tableView as keyof typeof tableHeaderOptions].headers"
:key="header.title"
class="dynamic_padding"
>
Expand Down
2 changes: 1 addition & 1 deletion common/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@ledgerhq/hw-app-btc": "^9.1.2",
"@ledgerhq/hw-app-eth": "6.30.4",
"@ledgerhq/hw-app-eth": "6.34.1",
"@ledgerhq/hw-transport": "^6.27.10",
"@ledgerhq/hw-transport-webusb": "^6.27.10",
"@trezor/connect-web": "^9.0.3",
Expand Down
Loading

0 comments on commit 61562cd

Please sign in to comment.