chore: prettier

pull/26374/head
Nicolás Quiroz 2 years ago
parent 41d700ff8d
commit df653f20e9
  1. 2
      src/components/UI/docs/Breadcrumbs.tsx

@ -11,7 +11,7 @@ export const Breadcrumbs: FC = () => {
return (
<>
{router.asPath !== '/docs' && pathSplit.length > 1? (
{router.asPath !== '/docs' && pathSplit.length > 1 ? (
<Breadcrumb>
{pathSplit.map((path: string, idx: number) => {
return (

Loading…
Cancel
Save