Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasStordeur committed Feb 5, 2025
1 parent 1cc0eb3 commit 73054a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import {
t_global_color_status_success_default,
t_global_color_status_danger_default,
chart_color_blue_300
chart_color_blue_300,
} from "@patternfly/react-tokens";
import { DeploymentProgress } from "@/Core";
import { LegendBar, LegendItemDetails } from "@/UI/Components";
Expand Down
2 changes: 1 addition & 1 deletion src/UI/Components/SummaryChart/SummaryChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const SummaryChart: React.FC<Props> = ({ by_label, total }) => {
color: "var(--pf-t--global--text--color--subtle)",
cursor:
labelFiltering[label] &&
labelFiltering[label].length > 0
labelFiltering[label].length > 0
? "pointer"
: "default",
},
Expand Down

0 comments on commit 73054a3

Please sign in to comment.