From 9857682371e8d9a3a91933cfb58a26b3470675d9 Mon Sep 17 00:00:00 2001 From: ArtemBaskal Date: Mon, 15 Jun 2020 18:32:02 +0300 Subject: [PATCH] Fix response cell --- client/src/components/Logs/Cells/getResponseCell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Logs/Cells/getResponseCell.js b/client/src/components/Logs/Cells/getResponseCell.js index d1910e179c1..d1ab28df996 100644 --- a/client/src/components/Logs/Cells/getResponseCell.js +++ b/client/src/components/Logs/Cells/getResponseCell.js @@ -86,7 +86,7 @@ const getResponseCell = (row, filtering, t, isDetailed) => { const fields = FILTERED_STATUS_TO_FIELDS_MAP[reason] ? Object.entries(FILTERED_STATUS_TO_FIELDS_MAP[reason]) - : Object.entries(FILTERED_STATUS_TO_FIELDS_MAP.NOT_FILTERED_NOT_FOUND); + : Object.entries(FILTERED_STATUS_TO_FIELDS_MAP.NotFilteredNotFound); const detailedInfo = reason === FILTERED_STATUS.FILTERED_BLOCKED_SERVICE || reason === FILTERED_STATUS.FILTERED_BLACK_LIST