diff options
Diffstat (limited to 'source/features/show-names.tsx')
-rw-r--r-- | source/features/show-names.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/features/show-names.tsx b/source/features/show-names.tsx index 55c19935..2b7ecb91 100644 --- a/source/features/show-names.tsx +++ b/source/features/show-names.tsx @@ -72,9 +72,7 @@ const usernameLinksSelector = [ // On dashboard `.text-bold` is required to not fetch avatars '#dashboard a.text-bold[data-hovercard-type="user"]', - - // Due to: https://github.com/g-plane/typed-query-selector/issues/26 -] as unknown as Array<'a'>; +] as const; function init(signal: AbortSignal): void { observe(usernameLinksSelector, batchUpdateLinks, {signal}); |