chore: prettier

This commit is contained in:
Nicolás Quiroz 2022-12-19 22:38:54 -03:00
parent 41d700ff8d
commit df653f20e9
2 changed files with 2 additions and 2 deletions

View File

@ -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 (