chore: prettier
This commit is contained in:
parent
41d700ff8d
commit
df653f20e9
|
@ -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…
Reference in New Issue