{
- {displayName}
+ {displayName}
diff --git a/app/soapbox/features/status/components/detailed-status.tsx b/app/soapbox/features/status/components/detailed-status.tsx
index 2959d285d..15f2e86e8 100644
--- a/app/soapbox/features/status/components/detailed-status.tsx
+++ b/app/soapbox/features/status/components/detailed-status.tsx
@@ -125,7 +125,6 @@ const DetailedStatus: React.FC
= ({
= ({ count, onClick, chi
}
>
-
+
{shortNumberFormat(count)}
diff --git a/app/soapbox/features/status/components/thread-status.tsx b/app/soapbox/features/status/components/thread-status.tsx
index c3ff7bc65..8f3e5b249 100644
--- a/app/soapbox/features/status/components/thread-status.tsx
+++ b/app/soapbox/features/status/components/thread-status.tsx
@@ -46,7 +46,7 @@ const ThreadStatus: React.FC = (props): JSX.Element => {
// @ts-ignore FIXME
) : (
-
+
)}
);
diff --git a/app/soapbox/features/ui/components/__tests__/subscribe-button.test.tsx b/app/soapbox/features/ui/components/__tests__/subscribe-button.test.tsx
index d0ec92f96..5edc9636b 100644
--- a/app/soapbox/features/ui/components/__tests__/subscribe-button.test.tsx
+++ b/app/soapbox/features/ui/components/__tests__/subscribe-button.test.tsx
@@ -1,8 +1,9 @@
-// import { Map as ImmutableMap } from 'immutable';
import React from 'react';
-import { render, screen } from '../../../../jest/test-helpers';
-import { normalizeAccount, normalizeRelationship } from '../../../../normalizers';
+import { buildRelationship } from 'soapbox/jest/factory';
+import { render, screen } from 'soapbox/jest/test-helpers';
+import { normalizeAccount } from 'soapbox/normalizers';
+
import SubscribeButton from '../subscription-button';
import type { ReducerAccount } from 'soapbox/reducers/accounts';
@@ -19,162 +20,10 @@ describe('