Skip to content

Commit

Permalink
fix(breadcrum): display now fleet & bot uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenepix committed Jan 1, 2024
1 parent cce9996 commit fe33680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop-app/renderer/components/layout/breadcrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function BreadcrumbLayout() {
searchParams
)}
>
{exchangeAccountID}
{fleet}
</BreadcrumbLink>
</BreadcrumbItem>
)}
Expand All @@ -122,7 +122,7 @@ export default function BreadcrumbLayout() {
<BreadcrumbLink
href={standardUrlPartial('/bots/', bot, {}, searchParams)}
>
{exchangeAccountID}
{bot}
</BreadcrumbLink>
</BreadcrumbItem>
)}
Expand Down

0 comments on commit fe33680

Please sign in to comment.