Hardcode file not found status

This commit is contained in:
Adam Harvey
2021-01-29 16:16:14 -05:00
parent 877f46c177
commit cb61bc8cbb
@@ -155,7 +155,7 @@ export const Reader = ({ entityId, onReady }: Props) => {
]);
if (error) {
return <TechDocsNotFound errorMessage={error.message} />;
return <TechDocsNotFound statusCode={404} errorMessage={error.message} />;
}
return (