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({ + );