mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
chore: prettier
This commit is contained in:
parent
41d700ff8d
commit
df653f20e9
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ export const Breadcrumbs: FC = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{router.asPath !== '/docs' && pathSplit.length > 1? (
|
{router.asPath !== '/docs' && pathSplit.length > 1 ? (
|
||||||
<Breadcrumb>
|
<Breadcrumb>
|
||||||
{pathSplit.map((path: string, idx: number) => {
|
{pathSplit.map((path: string, idx: number) => {
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue