From c6683f417fd8f67aaee1f0747dcb772b34664acd Mon Sep 17 00:00:00 2001 From: SebinSong Date: Wed, 11 Oct 2023 12:10:57 +0900 Subject: [PATCH 1/3] remove cancelPayment from 'PaymentRowTodo.vue' --- .../containers/payments/PaymentRowTodo.vue | 39 +------------------ 1 file changed, 2 insertions(+), 37 deletions(-) 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