Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Alex Gleason <alex@alexgleason.me>
This commit is contained in:
parent
e44b029df8
commit
10f14208c5
|
@ -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' },
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue