Outgoing filter remove redundant code (#1069)

This commit is contained in:
lirazyehezkel 2022-05-08 14:58:13 +03:00 committed by GitHub
parent c7d068748a
commit 81f06003d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -289,10 +289,6 @@ export const EntryItem: React.FC<EntryProps> = ({entry, style, headingMode, name
src={ingoingIcon}
alt="Ingoing traffic"
title="Ingoing"
onClick={() => {
const query = `outgoing == false`;
setQuery(queryState ? `${queryState} and ${query}` : query);
}}
/>
</Queryable>
}