diff --git a/src/components/SendTransaction/SelectEstimatedFee.vue b/src/components/SendTransaction/SelectEstimatedFee.vue index 84895f6ba..b44085583 100644 --- a/src/components/SendTransaction/SelectEstimatedFee.vue +++ b/src/components/SendTransaction/SelectEstimatedFee.vue @@ -26,15 +26,6 @@ isDrTx ? option.transaction.fee : option.transaction.metadata.fee " /> -
-{{ getTimeDuration(option.report.time_to_block, locale) }}
@@ -199,7 +190,7 @@ export default { } &.disabled { - border: var(--select-box-error-border); + opacity: 0.6; cursor: not-allowed; } }