We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd92ca2 commit 7e0e8dcCopy full SHA for 7e0e8dc
site/src/components/Latency/Latency.tsx
@@ -38,8 +38,6 @@ export const Latency: FC<LatencyProps> = ({
38
const notAvailableText = "Latency not available";
39
return (
40
<Tooltip title={notAvailableText}>
41
- <span css={{ ...visuallyHidden }}>{notAvailableText}</span>
42
-
43
<CircleHelpIcon
44
className="size-icon-sm"
45
css={{
site/src/serviceWorker.ts
@@ -2,7 +2,6 @@
2
3
import type { WebpushMessage } from "api/typesGenerated";
4
5
-// @ts-expect-error
6
declare const self: ServiceWorkerGlobalScope;
7
8
self.addEventListener("install", (_event) => {
0 commit comments