diff --git a/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx b/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx index 836c6730f..a04fa5694 100644 --- a/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx +++ b/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx @@ -289,10 +289,6 @@ export const EntryItem: React.FC = ({entry, style, headingMode, name src={ingoingIcon} alt="Ingoing traffic" title="Ingoing" - onClick={() => { - const query = `outgoing == false`; - setQuery(queryState ? `${queryState} and ${query}` : query); - }} /> }