diff --git a/client/src/components/Dashboard/Clients.js b/client/src/components/Dashboard/Clients.js index 3c163035..2f25bda3 100644 --- a/client/src/components/Dashboard/Clients.js +++ b/client/src/components/Dashboard/Clients.js @@ -140,7 +140,7 @@ const Clients = ({ const { ip } = rowInfo.original; - return getIpMatchListStatus(ip, disallowedClients) === IP_MATCH_LIST_STATUS.NOT_FOUND ? {} : { className: 'red' }; + return getIpMatchListStatus(ip, disallowedClients) === IP_MATCH_LIST_STATUS.NOT_FOUND ? {} : { className: 'logs__row--red' }; }} /> ;