mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-18 18:32:30 +00:00
Outgoing filter remove redundant code (#1069)
This commit is contained in:
parent
c7d068748a
commit
81f06003d5
@ -289,10 +289,6 @@ export const EntryItem: React.FC<EntryProps> = ({entry, style, headingMode, name
|
|||||||
src={ingoingIcon}
|
src={ingoingIcon}
|
||||||
alt="Ingoing traffic"
|
alt="Ingoing traffic"
|
||||||
title="Ingoing"
|
title="Ingoing"
|
||||||
onClick={() => {
|
|
||||||
const query = `outgoing == false`;
|
|
||||||
setQuery(queryState ? `${queryState} and ${query}` : query);
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</Queryable>
|
</Queryable>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user