Fix: Empty Status PaymentMade.

This commit is contained in:
elforjani3
2020-11-26 15:10:17 +02:00
parent 1dbd22cf68
commit 430db74c17
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ function PaymentMadeList({
}, [deletePaymentMade, requestDeletePaymentMade, formatMessage]);
const handleEditPaymentMade = useCallback((payment) => {
history.push(`/payment-made/${payment.id}/edit`);
history.push(`/payment-mades/${payment.id}/edit`);
});
// Calculates the selected rows count.

View File

@@ -21,7 +21,7 @@ export default function PaymentMadesEmptyStatus() {
intent={Intent.PRIMARY}
large={true}
onClick={() => {
history.push('/payment-made/new');
history.push('/payment-mades/new');
}}
>
New bill payment