Skip to content

Commit

Permalink
WIP: fixing non-rendering of messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Feb 15, 2024
1 parent c655c62 commit 4c3fff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MessagingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4c3fff5

Please sign in to comment.