api-reports and prettier
Co-authored-by: Camila Belo <camilaibs@gmail.com> Co-authored-by: Eric Peterson <ericpeterson@spotify.com> Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -83,11 +83,11 @@ export type TechDocsReaderPageProps = {
|
||||
*/
|
||||
export const TechDocsReaderPage = ({
|
||||
entityRef,
|
||||
children
|
||||
children,
|
||||
}: TechDocsReaderPageProps) => {
|
||||
const { kind, name, namespace } = useParams();
|
||||
|
||||
const outlet = useOutlet()
|
||||
const outlet = useOutlet();
|
||||
const entityName = entityRef ?? { kind, name, namespace };
|
||||
|
||||
if (!children) {
|
||||
|
||||
Reference in New Issue
Block a user