diff --git a/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx b/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx index 2716f7c2c..836c6730f 100644 --- a/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx +++ b/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx @@ -274,21 +274,21 @@ export const EntryItem: React.FC = ({entry, style, headingMode, name > Ingoing traffic : Outgoing traffic { const query = `outgoing == false`; setQuery(queryState ? `${queryState} and ${query}` : query);