fix: rename dashboard routes.

This commit is contained in:
elforjani3
2021-01-17 20:47:26 +02:00
parent c843a28d30
commit c7b81b1998
17 changed files with 69 additions and 77 deletions

View File

@@ -21,7 +21,7 @@ import 'style/pages/PaymentMade/PageForm.scss'
/**
* Payment made - Page form.
*/
function PaymentMade({
function PaymentMadeFormPage({
//#withAccountsActions
requestFetchAccounts,
@@ -119,5 +119,5 @@ export default compose(
withPaymentMadeActions,
withSettingsActions,
withDashboardActions,
)(PaymentMade);
)(PaymentMadeFormPage);