diff --git a/src/containers/Drawers/CashflowTransactionDetailDrawer/CashflowTransactionDrawerHeader.js b/src/containers/Drawers/CashflowTransactionDetailDrawer/CashflowTransactionDrawerHeader.js
index 738f510dc..28acda798 100644
--- a/src/containers/Drawers/CashflowTransactionDetailDrawer/CashflowTransactionDrawerHeader.js
+++ b/src/containers/Drawers/CashflowTransactionDetailDrawer/CashflowTransactionDrawerHeader.js
@@ -19,7 +19,7 @@ export default function CashflowTransactionDrawerHeader() {
const {
cashflowTransaction: {
formatted_amount,
- transaction_type,
+ transaction_type_formatted,
transaction_number,
reference_no,
date,
@@ -44,7 +44,7 @@ export default function CashflowTransactionDrawerHeader() {
name={'transaction_type'}
label={}
>
- {transaction_type}
+ {transaction_type_formatted}
(
}
+ labelInfo={}
inline={true}
className={classNames(
CLASSES.FORM_GROUP_LIST_SELECT,