Skip to content

Commit 7e0e8dc

Browse files
committed
Fix type issues
1 parent dd92ca2 commit 7e0e8dc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

site/src/components/Latency/Latency.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export const Latency: FC<LatencyProps> = ({
3838
const notAvailableText = "Latency not available";
3939
return (
4040
<Tooltip title={notAvailableText}>
41-
<span css={{ ...visuallyHidden }}>{notAvailableText}</span>
42-
4341
<CircleHelpIcon
4442
className="size-icon-sm"
4543
css={{

site/src/serviceWorker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import type { WebpushMessage } from "api/typesGenerated";
44

5-
// @ts-expect-error
65
declare const self: ServiceWorkerGlobalScope;
76

87
self.addEventListener("install", (_event) => {

0 commit comments

Comments
 (0)