Skip to content

Commit

Permalink
fix(machines): tab link highlighting on machine summary MAASENG-3035 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ndv99 authored Apr 15, 2024
1 parent 4265c3d commit 0d3b266
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const MachineHeader = ({
subtitleLoading={!isMachineDetails(machine)}
tabLinks={[
{
active: pathname.startsWith(`${urlBase}/summary`),
component: Link,
label: "Summary",
to: `${urlBase}/summary`,
Expand Down

0 comments on commit 0d3b266

Please sign in to comment.