mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: remove payment made alert in list.
This commit is contained in:
@@ -4,7 +4,6 @@ import 'style/pages/PaymentMade/List.scss';
|
||||
|
||||
import { DashboardPageContent } from 'components';
|
||||
import PaymentMadeActionsBar from './PaymentMadeActionsBar';
|
||||
import PaymentMadesAlerts from '../PaymentMadesAlerts';
|
||||
import PaymentMadesTable from './PaymentMadesTable';
|
||||
import { PaymentMadesListProvider } from './PaymentMadesListProvider';
|
||||
import PaymentMadeViewTabs from './PaymentMadeViewTabs';
|
||||
@@ -44,8 +43,6 @@ function PaymentMadeList({
|
||||
<PaymentMadeViewTabs />
|
||||
<PaymentMadesTable />
|
||||
</DashboardPageContent>
|
||||
|
||||
<PaymentMadesAlerts />
|
||||
</PaymentMadesListProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user