diff --git a/src/containers/Drawers/BillDrawer/BillDetailActionsBar.js b/src/containers/Drawers/BillDrawer/BillDetailActionsBar.js index d57e2f4c4..ab58d45a1 100644 --- a/src/containers/Drawers/BillDrawer/BillDetailActionsBar.js +++ b/src/containers/Drawers/BillDrawer/BillDetailActionsBar.js @@ -16,7 +16,13 @@ import withDialogActions from 'containers/Dialog/withDialogActions'; import withAlertsActions from 'containers/Alert/withAlertActions'; import withDrawerActions from 'containers/Drawer/withDrawerActions'; -import { Can, If, Icon, FormattedMessage as T } from 'components'; +import { + Can, + If, + Icon, + DrawerActionsBar, + FormattedMessage as T, +} from 'components'; import { BillAction, PaymentMadeAction, @@ -56,7 +62,7 @@ function BillDetailActionsBar({ }; return ( - +