feat: BIG-171 alerts global and lazy loading.

This commit is contained in:
a.bouhuolia
2021-10-30 20:55:50 +02:00
parent 2d9aaac653
commit b4e1fa4aca
7 changed files with 133 additions and 27 deletions

View File

@@ -14,7 +14,6 @@ import {
Icon,
T,
} from '../../../components';
import AccountsAlerts from './../../Accounts/AccountsAlerts';
import { useCashFlowAccountsContext } from './CashFlowAccountsProvider';
@@ -173,8 +172,6 @@ export default function CashflowAccountsGrid() {
<CashflowAccountsGridItems accounts={cashflowAccounts} />
)}
</BankAccountsList>
<AccountsAlerts />
</CashflowAccountsGridWrap>
);
}