diff --git a/app/soapbox/reducers/__tests__/reports.test.ts b/app/soapbox/reducers/__tests__/reports.test.ts index 77148e572..9105c11be 100644 --- a/app/soapbox/reducers/__tests__/reports.test.ts +++ b/app/soapbox/reducers/__tests__/reports.test.ts @@ -7,6 +7,7 @@ describe('reports reducer', () => { isSubmitting: false, account_id: null, status_ids: [], + chat_message: null, comment: '', forward: false, block: false,