Merge branch 'feature/multi-dimensions' of https://github.com/bigcapitalhq/client into feature/multi-dimensions

This commit is contained in:
a.bouhuolia
2022-02-13 15:19:01 +02:00
4 changed files with 12 additions and 6 deletions

View File

@@ -42,7 +42,11 @@ function PreferencesTopbar({ preferencesPageTitle }) {
path={'/preferences/warehouses'}
component={WarehousesActions}
/>
<Route path={'/preferences/branches'} component={BranchesActions} />
<Route
exact
path={'/preferences/branches'}
component={BranchesActions}
/>
</Switch>
</Route>
</div>