mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-23 02:48:56 +00:00
Ignore an eslint error (#351)
* Ignore an eslint error * Change the fix
This commit is contained in:
parent
147e812edb
commit
9d179c7227
@ -35,7 +35,7 @@ const App = () => {
|
||||
try {
|
||||
const recentTLSLinks = await api.getRecentTLSLinks();
|
||||
if (recentTLSLinks?.length > 0) {
|
||||
setAddressesWithTLS(new Set([...addressesWithTLS, ...recentTLSLinks]));
|
||||
setAddressesWithTLS(new Set(recentTLSLinks));
|
||||
setShowTLSWarning(true);
|
||||
}
|
||||
const auth = await api.getAuthStatus();
|
||||
|
Loading…
Reference in New Issue
Block a user