Compare commits

...

1 Commits

Author SHA1 Message Date
elforjani13
352e517c2b fix: remove payment made alert in list. 2021-11-01 11:51:55 +02:00

View File

@@ -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>
);
}