From 9a38559b98984d763abe2db1b9a55269e3f1099f Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Mon, 2 Nov 2020 14:56:08 +0200 Subject: [PATCH] Fix : currency_code in ExchangeRate --- client/src/containers/ExchangeRates/ExchangeRateTable.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/containers/ExchangeRates/ExchangeRateTable.js b/client/src/containers/ExchangeRates/ExchangeRateTable.js index fb363d06b..c84422ba1 100644 --- a/client/src/containers/ExchangeRates/ExchangeRateTable.js +++ b/client/src/containers/ExchangeRates/ExchangeRateTable.js @@ -89,7 +89,10 @@ function ExchangeRateTable({ id: 'exchange_rate', Header: formatMessage({ id: 'exchange_rate' }), accessor: (r) => ( - + ), className: 'exchange_rate', width: 150,