Skip to content

Commit

Permalink
Merge pull request #60 from deMGoncalves/deepsource-transform-cce406bc
Browse files Browse the repository at this point in the history
Format code with standardjs
  • Loading branch information
deMGoncalves authored Apr 6, 2023
2 parents 6ffe639 + 9f47b0a commit 14a7ea7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions component/breadcrumb/src/path/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import text from '@kuba/text'

function component (path) {
return (
<>
<Show when={path.index}>
<text.Span master xxxs bold>/</text.Span>
</Show>
<text.A master xxxs href={path.href}>{path.title}</text.A>
</>
<>
<Show when={path.index}>
<text.Span master xxxs bold>/</text.Span>
</Show>
<text.A master xxxs href={path.href}>{path.title}</text.A>
</>
)
}

Expand Down

0 comments on commit 14a7ea7

Please sign in to comment.