diff --git a/frontend/views/containers/payments/PaymentRowTodo.vue b/frontend/views/containers/payments/PaymentRowTodo.vue index b85860aadc..deaf488f83 100644 --- a/frontend/views/containers/payments/PaymentRowTodo.vue +++ b/frontend/views/containers/payments/PaymentRowTodo.vue @@ -31,32 +31,20 @@ template(slot='cellActions') .cpr-date(:class='payment.isLate ? "pill is-danger" : "has-text-1"') {{ humanDate(payment.date) }} - payment-actions-menu - menu-item( - tag='button' - item-id='message' - icon='times' - @click='cancelPayment' - ) - i18n Dismiss this payment