fix: sidebar cashflow links.

This commit is contained in:
a.bouhuolia
2021-11-02 17:31:03 +02:00
parent d8e9be0246
commit 94e6b64944

View File

@@ -205,19 +205,19 @@ export default [
},
{
text: <T id={'cash_flow.label.add_money_in'} />,
href: '/',
href: '/cashflow-accounts',
},
{
text: <T id={'cash_flow.label.add_money_out'} />,
href: '/',
href: '/cashflow-accounts',
},
{
text: <T id={'cash_flow.label.add_cash_account'} />,
href: '/',
href: '/cashflow-accounts',
},
{
text: <T id={'cash_flow.label.add_bank_account'} />,
href: '/',
href: '/cashflow-accounts',
},
],
},