WIP / exchangeRate / localize

This commit is contained in:
elforjani3
2020-05-10 20:44:23 +02:00
parent e590a21740
commit cceb4786c2
55 changed files with 2339 additions and 971 deletions

View File

@@ -6,6 +6,7 @@ import {
} from '@blueprintjs/core';
// import {Select} from '@blueprintjs/select';
import MultiSelect from 'components/MultiSelect';
import { FormattedMessage as T, useIntl } from 'react-intl';
export default function AccountsMultiSelect({
accounts,
@@ -58,7 +59,7 @@ export default function AccountsMultiSelect({
<Button
rightIcon='caret-down'
text={countSelectedAccounts === 0 ?
'All accounts' :
<T id={'all_accounts'}/>:
`(${countSelectedAccounts}) Selected accounts`
}
/>