From 10f14208c5bc56770c1745764f6a01a310b30dc6 Mon Sep 17 00:00:00 2001 From: Mary Kate Date: Wed, 12 Feb 2025 01:49:43 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Alex Gleason --- src/components/profile-hover-card.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/profile-hover-card.tsx b/src/components/profile-hover-card.tsx index e71b8f64e..a86b0fa3f 100644 --- a/src/components/profile-hover-card.tsx +++ b/src/components/profile-hover-card.tsx @@ -36,8 +36,6 @@ import type { Account, PatronUser } from 'soapbox/schemas/index.ts'; import type { AppDispatch } from 'soapbox/store.ts'; const messages = defineMessages({ - followers: { id: 'account.followers', defaultMessage: 'Followers' }, - follows: { id: 'account.follows', defaultMessage: 'Following' }, streak: { id: 'account.streak', defaultMessage: 'Day Streak' }, });