+
diff --git a/frontend/src/components/Transactions/TransactionReceive.vue b/frontend/src/components/Transactions/TransactionReceive.vue
index 32e40f71e..8899b3807 100644
--- a/frontend/src/components/Transactions/TransactionReceive.vue
+++ b/frontend/src/components/Transactions/TransactionReceive.vue
@@ -33,12 +33,7 @@
-
+
@@ -87,10 +82,6 @@ export default {
typeId: {
type: String,
},
- decayStartBlock: {
- type: Date,
- required: true,
- },
transactionLinkId: {
type: Number,
required: false,
diff --git a/frontend/src/components/Transactions/TransactionSend.vue b/frontend/src/components/Transactions/TransactionSend.vue
index a1ea3c88e..f9125b89c 100644
--- a/frontend/src/components/Transactions/TransactionSend.vue
+++ b/frontend/src/components/Transactions/TransactionSend.vue
@@ -33,12 +33,7 @@