Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Alex Gleason <alex@alexgleason.me>
This commit is contained in:
Mary Kate 2025-02-12 01:49:43 +00:00
parent e44b029df8
commit 10f14208c5
1 changed files with 0 additions and 2 deletions

View File

@ -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' },
});