mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
352e517c2b |
@@ -4,7 +4,6 @@ import 'style/pages/PaymentMade/List.scss';
|
|||||||
|
|
||||||
import { DashboardPageContent } from 'components';
|
import { DashboardPageContent } from 'components';
|
||||||
import PaymentMadeActionsBar from './PaymentMadeActionsBar';
|
import PaymentMadeActionsBar from './PaymentMadeActionsBar';
|
||||||
import PaymentMadesAlerts from '../PaymentMadesAlerts';
|
|
||||||
import PaymentMadesTable from './PaymentMadesTable';
|
import PaymentMadesTable from './PaymentMadesTable';
|
||||||
import { PaymentMadesListProvider } from './PaymentMadesListProvider';
|
import { PaymentMadesListProvider } from './PaymentMadesListProvider';
|
||||||
import PaymentMadeViewTabs from './PaymentMadeViewTabs';
|
import PaymentMadeViewTabs from './PaymentMadeViewTabs';
|
||||||
@@ -44,8 +43,6 @@ function PaymentMadeList({
|
|||||||
<PaymentMadeViewTabs />
|
<PaymentMadeViewTabs />
|
||||||
<PaymentMadesTable />
|
<PaymentMadesTable />
|
||||||
</DashboardPageContent>
|
</DashboardPageContent>
|
||||||
|
|
||||||
<PaymentMadesAlerts />
|
|
||||||
</PaymentMadesListProvider>
|
</PaymentMadesListProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user