From a880d8cd85002c0bc1b44c7fc0e18d3009bebff4 Mon Sep 17 00:00:00 2001 From: elforjani13 <39470382+elforjani13@users.noreply.github.com> Date: Tue, 21 Sep 2021 19:49:19 +0200 Subject: [PATCH] BIG-114: fix delete transaction. --- src/containers/Drawers/BillDrawer/BillDrawerContent.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/containers/Drawers/BillDrawer/BillDrawerContent.js b/src/containers/Drawers/BillDrawer/BillDrawerContent.js index bd6e6338a..c5458fdc5 100644 --- a/src/containers/Drawers/BillDrawer/BillDrawerContent.js +++ b/src/containers/Drawers/BillDrawer/BillDrawerContent.js @@ -5,7 +5,7 @@ import 'style/components/Drawers/ViewDetail/ViewDetail.scss'; import { BillDrawerProvider } from './BillDrawerProvider'; import BillDrawerDetails from './BillDrawerDetails'; -// import BillDrawerAlerts from './BillDrawerAlerts'; +import BillDrawerAlerts from './BillDrawerAlerts'; /** * Bill drawer content. @@ -18,6 +18,7 @@ export default function BillDrawerContent({ + );