diff --git a/src/components/ProfileHoverCard/index.web.tsx b/src/components/ProfileHoverCard/index.web.tsx
index 274a4c96fa..c6125e2e57 100644
--- a/src/components/ProfileHoverCard/index.web.tsx
+++ b/src/components/ProfileHoverCard/index.web.tsx
@@ -2,7 +2,7 @@ import React from 'react'
import {View} from 'react-native'
import {AppBskyActorDefs, moderateProfile, ModerationOpts} from '@atproto/api'
import {flip, offset, shift, size, useFloating} from '@floating-ui/react-dom'
-import {msg, plural, Trans} from '@lingui/macro'
+import {msg, plural} from '@lingui/macro'
import {useLingui} from '@lingui/react'
import {makeProfileLink} from '#/lib/routes/links'
@@ -444,12 +444,10 @@ function Inner({
label={`${followers} ${pluralizedFollowers}`}
style={[t.atoms.text]}
onPress={hide}>
-
- {followers}
-
- {pluralizedFollowers}
-
-
+ {followers}
+
+ {pluralizedFollowers}
+
-
- {followers}
-
- {pluralizedFollowers}
-
-
+ {followers}
+
+ {pluralizedFollowers}
+