diff --git a/components/Breadcrumb.tsx b/components/Breadcrumb.tsx index 2e7fa48..8c62816 100644 --- a/components/Breadcrumb.tsx +++ b/components/Breadcrumb.tsx @@ -8,7 +8,7 @@ const Breadcrumb: FunctionComponent<{ query?: ParsedUrlQuery }> = ({ query }) => const { path } = query if (Array.isArray(path)) { return ( -