BIG-114: fix delete transaction.

This commit is contained in:
elforjani13
2021-09-21 19:49:19 +02:00
parent 9ba0859325
commit a880d8cd85

View File

@@ -5,7 +5,7 @@ import 'style/components/Drawers/ViewDetail/ViewDetail.scss';
import { BillDrawerProvider } from './BillDrawerProvider'; import { BillDrawerProvider } from './BillDrawerProvider';
import BillDrawerDetails from './BillDrawerDetails'; import BillDrawerDetails from './BillDrawerDetails';
// import BillDrawerAlerts from './BillDrawerAlerts'; import BillDrawerAlerts from './BillDrawerAlerts';
/** /**
* Bill drawer content. * Bill drawer content.
@@ -18,6 +18,7 @@ export default function BillDrawerContent({
<BillDrawerProvider billId={billId}> <BillDrawerProvider billId={billId}>
<DrawerBody> <DrawerBody>
<BillDrawerDetails /> <BillDrawerDetails />
<BillDrawerAlerts />
</DrawerBody> </DrawerBody>
</BillDrawerProvider> </BillDrawerProvider>
); );