Add comment TODO

This commit is contained in:
Adam Harvey
2021-02-05 10:50:11 -05:00
committed by GitHub
parent 8f34434272
commit fd933c4239
@@ -155,6 +155,8 @@ export const Reader = ({ entityId, onReady }: Props) => {
]);
if (error) {
// TODO Enhance API call to return customize error objects so we can identify which we ran into
// For now this defaults to display error code 404
return <TechDocsNotFound statusCode={404} errorMessage={error.message} />;
}