fix: edit payment Receive path

This commit is contained in:
elforjani3
2020-12-31 14:51:50 +02:00
parent bb8b2c4743
commit 5b48e16031

View File

@@ -87,7 +87,7 @@ function PaymentReceiveList({
}, [deletePaymentReceive, requestDeletePaymentReceive, formatMessage]);
const handleEditPaymentReceive = useCallback((payment) => {
history.push(`/payment-receive/${payment.id}/edit`);
history.push(`/payment-receives/${payment.id}/edit`);
});
// Calculates the selected rows count.