From c6d30f671ae65b83e9b87557d88e8655f8d3e8ab Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Wed, 8 May 2024 04:06:39 +0900 Subject: Remove unnecessary Trans tags (#3888) --- src/components/ProfileHoverCard/index.web.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/components/ProfileHoverCard/index.web.tsx') diff --git a/src/components/ProfileHoverCard/index.web.tsx b/src/components/ProfileHoverCard/index.web.tsx index 274a4c96f..c6125e2e5 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} +