BIG-231 Transactions number on drawer title.

This commit is contained in:
elforjani13
2022-01-02 13:38:40 +02:00
parent 7ab7456d08
commit 7f1844aa6b
12 changed files with 171 additions and 154 deletions

View File

@@ -22,7 +22,7 @@ function ExpenseDrawer({
<Drawer
isOpen={isOpen}
name={name}
title={intl.get('expense')}
title={intl.get('expense.drawer.title')}
size={'65%'}
style={{ minWidth: '700px', maxWidth: '900px' }}
>