Merge remote-tracking branch 'origin/accounts_fix'

This commit is contained in:
Ahmed Bouhuolia
2020-07-01 18:24:42 +02:00
18 changed files with 271 additions and 245 deletions

View File

@@ -95,7 +95,19 @@ export default [
text: <T id={'banking'} />,
children: [],
},
{
text: <T id={'expenses'} />,
children: [
{
text: <T id={'expenses'}/>,
href: '/expenses-list',
},
{
text: <T id={'new_expense'}/>,
href: '/expenses/new',
},
],
},
{
text: <T id={'financial_reports'} />,
children: [
@@ -136,19 +148,6 @@ export default [
}
],
},
{
text: <T id={'expenses'} />,
children: [
{
text: <T id={'expenses'}/>,
href: '/expenses-list',
},
{
text: <T id={'new_expense'}/>,
href: '/expenses/new',
},
],
},
{
divider: true,
},