diff --git a/src/containers/CashFlow/AccountTransactions/AccountTransactionsDetailsBar.js b/src/containers/CashFlow/AccountTransactions/AccountTransactionsDetailsBar.js
index 29128ab0c..a41068f09 100644
--- a/src/containers/CashFlow/AccountTransactions/AccountTransactionsDetailsBar.js
+++ b/src/containers/CashFlow/AccountTransactions/AccountTransactionsDetailsBar.js
@@ -23,7 +23,7 @@ function AccountSwitchButton() {
}
- >
+ >
{currentAccount.name}
);
diff --git a/src/containers/Drawers/InvoiceDetailDrawer/utils.js b/src/containers/Drawers/InvoiceDetailDrawer/utils.js
index 26d219e9d..26bd03fab 100644
--- a/src/containers/Drawers/InvoiceDetailDrawer/utils.js
+++ b/src/containers/Drawers/InvoiceDetailDrawer/utils.js
@@ -1,6 +1,5 @@
import React from 'react';
import intl from 'react-intl-universal';
-
import {
Button,
Popover,
@@ -9,7 +8,7 @@ import {
MenuItem,
Menu,
} from '@blueprintjs/core';
-import { If, Icon, FormattedMessage as T, Choose } from 'components';
+import { Icon, FormattedMessage as T, Choose } from 'components';
import { FormatNumberCell } from '../../../components';
/**
@@ -86,7 +85,6 @@ export const BadDebtMenuItem = ({ invoice, onDialog, onAlert }) => {
}
- position={Position.BOTTOM}
>
} minimal={true} />
diff --git a/src/lang/ar/index.json b/src/lang/ar/index.json
index f5c145998..945c453cb 100644
--- a/src/lang/ar/index.json
+++ b/src/lang/ar/index.json
@@ -1440,6 +1440,4 @@
"bad_debt.dialog.success_message":"تم شطب فاتورة البيع المقدمة بنجاح.",
"bad_debt.cancel_alert.success_message":"تم إلغاء شطب فاتورة البيع المقدمة بنجاح.",
"bad_debt.cancel_alert.message": "هل أنت متأكد أنك تريد شطب هذه الفاتورة؟ "
-
-
}
\ No newline at end of file