BIG-344: add branch to manual journal & expense.

This commit is contained in:
elforjani13
2022-03-31 13:39:15 +02:00
parent 756af3c4d3
commit b849bfaa95
5 changed files with 41 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
import React, { lazy } from 'react';
import intl from 'react-intl-universal';
import { Drawer, DrawerSuspense } from 'components';
import withDrawers from 'containers/Drawer/withDrawers';
@@ -22,7 +20,6 @@ function ExpenseDrawer({
<Drawer
isOpen={isOpen}
name={name}
title={intl.get('expense.drawer.title')}
size={'65%'}
style={{ minWidth: '700px', maxWidth: '900px' }}
>