mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-23 11:02:35 +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 {
|
try {
|
||||||
const recentTLSLinks = await api.getRecentTLSLinks();
|
const recentTLSLinks = await api.getRecentTLSLinks();
|
||||||
if (recentTLSLinks?.length > 0) {
|
if (recentTLSLinks?.length > 0) {
|
||||||
setAddressesWithTLS(new Set([...addressesWithTLS, ...recentTLSLinks]));
|
setAddressesWithTLS(new Set(recentTLSLinks));
|
||||||
setShowTLSWarning(true);
|
setShowTLSWarning(true);
|
||||||
}
|
}
|
||||||
const auth = await api.getAuthStatus();
|
const auth = await api.getAuthStatus();
|
||||||
|
Loading…
Reference in New Issue
Block a user