diff --git a/src/components/LabelingServiceCard/index.tsx b/src/components/LabelingServiceCard/index.tsx index 1cf28b0544..6d06135110 100644 --- a/src/components/LabelingServiceCard/index.tsx +++ b/src/components/LabelingServiceCard/index.tsx @@ -8,7 +8,7 @@ import {getLabelingServiceTitle} from '#/lib/moderation' import {Link as InternalLink, LinkProps} from '#/components/Link' import {Text} from '#/components/Typography' import {useLabelerInfoQuery} from '#/state/queries/labeler' -import {atoms as a, useTheme, ViewStyleProp, useBreakpoints} from '#/alf' +import {atoms as a, useTheme, ViewStyleProp} from '#/alf' import {RichText} from '#/components/RichText' import {ChevronRight_Stroke2_Corner0_Rounded as ChevronRight} from '../icons/Chevron' import {UserAvatar} from '#/view/com/util/UserAvatar' @@ -78,7 +78,6 @@ export function LikeCount({count}: {count: number}) { export function Content({children}: React.PropsWithChildren<{}>) { const t = useTheme() - const {gtMobile} = useBreakpoints() return ( ) { a.align_center, a.justify_between, ]}> - {children} + {children}