diff --git a/src/assets/info.svg b/src/assets/info.svg new file mode 100644 index 0000000..0f60765 --- /dev/null +++ b/src/assets/info.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/components/ListingComponent/ListingComponent.vue b/src/components/ListingComponent/ListingComponent.vue index e3433bf..2b8cc64 100644 --- a/src/components/ListingComponent/ListingComponent.vue +++ b/src/components/ListingComponent/ListingComponent.vue @@ -16,6 +16,7 @@ const etherStore = useEtherStore(); const props = defineProps<{ validDeposits: ValidDeposit[]; walletTransactions: WalletTransaction[]; + activeLockAmount: Number; }>(); const emit = defineEmits(["depositWithdrawn"]); @@ -139,7 +140,7 @@ showInitialItems();