diff --git a/src/resources/dispatch/ReportData.tsx b/src/resources/dispatch/ReportData.tsx
index 766e0c81..a2fa3c00 100644
--- a/src/resources/dispatch/ReportData.tsx
+++ b/src/resources/dispatch/ReportData.tsx
@@ -24,6 +24,16 @@ const DispatchDetail = (): React.ReactElement => {
}}
/>
+
+
+ Recipient Name:{' '}
+
+
+ render={(record) => {
+ return `${record.toName}`
+ }}
+ />
+