diff --git a/src/components/MessagingView.tsx b/src/components/MessagingView.tsx index 7bd77c2..1e17e92 100644 --- a/src/components/MessagingView.tsx +++ b/src/components/MessagingView.tsx @@ -283,6 +283,7 @@ export default class MessagingView extends React.Component< (e: IBundle_Entry) => { if (e.resource.resourceType !== "Communication" || e.resource.status === "in-progress") { this.setState({ error: "Unexpected resource type returned" }); + console.log("not proper Communication loaded:", e); return null; } else { console.log("Communication loaded:", e);