Merge branch 'master' of github.com:spotify/backstage into blam/gql

* 'master' of github.com:spotify/backstage:
  fix(techdocs-not-found): bug fix
  images have extension jpg or jpeg, not jpe (#1742)
This commit is contained in:
blam
2020-07-27 10:13:24 +02:00
2 changed files with 6 additions and 2 deletions
@@ -91,6 +91,10 @@ export const Reader = () => {
return; // Page isn't ready
}
if (state.value instanceof Error) {
return; // Docs not found
}
// Pre-render
const transformedElement = transformer(state.value as string, [
sanitizeDOM(),