From de53a24d586f4d4ba3a2742213717f3bfff24231 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Sat, 1 Jan 2022 18:11:06 +0200 Subject: [PATCH] fix: `BIG-209` Account details such as normal, account type not localized. --- src/containers/Drawers/AccountDrawer/AccountDrawerHeader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Drawers/AccountDrawer/AccountDrawerHeader.js b/src/containers/Drawers/AccountDrawer/AccountDrawerHeader.js index b4c37be86..1baf75136 100644 --- a/src/containers/Drawers/AccountDrawer/AccountDrawerHeader.js +++ b/src/containers/Drawers/AccountDrawer/AccountDrawerHeader.js @@ -25,7 +25,7 @@ export default function AccountDrawerHeader() { }> - {account.account_normal} + {account.account_normal_formatted}