diff --git a/client/src/helpers/formatClientCell.js b/client/src/helpers/formatClientCell.js index c5626061..0de3af79 100644 --- a/client/src/helpers/formatClientCell.js +++ b/client/src/helpers/formatClientCell.js @@ -28,7 +28,7 @@ export const formatClientCell = (row, t) => { let nameContainer = value; if (info) { - const { name, whois } = info; + const { name, whois_info } = info; if (name) { nameContainer = ( @@ -38,10 +38,10 @@ export const formatClientCell = (row, t) => { ); } - if (whois) { + if (whois_info) { whoisContainer = (