mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: BIG-171 alerts global and lazy loading.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user