Skip to content

Commit

Permalink
Fix response cell
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemBaskal committed Jun 15, 2020
1 parent 1a3857e commit 9857682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Logs/Cells/getResponseCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9857682

Please sign in to comment.