Skip to content

Commit

Permalink
merge with dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermake committed Jun 19, 2024
1 parent 7575e1b commit f55415c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/modules/dashboard/components/AssetPartial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ const props = defineProps({
type: String,
required: true
},
earnings: {
type: String,
required: true
},
changeDirection: {
type: Boolean,
default: false
Expand Down
1 change: 0 additions & 1 deletion src/modules/dashboard/view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@
"
:changeDirection="index % 2 === 0"
:denom="asset.balance.denom"
:earnings="DEFAULT_APR"
:openModal="openModal"
:price="oracle.prices[asset.balance.denom]?.amount ?? '0'"
/>
Expand Down

0 comments on commit f55415c

Please sign in to comment.