Skip to content

Commit

Permalink
Add indicator for uncaught sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 23, 2020
1 parent 014ad96 commit b0d230a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemBodyView/ItemBodyView.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function ItemBodyView({ item }) {
<MessageView {...section} />
);
default:
return "No Match Found";
return `No match found for type: ${section.type}`;
};
};

Expand Down

0 comments on commit b0d230a

Please sign in to comment.