We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80707e commit 8670d5bCopy full SHA for 8670d5b
src/sykefravarsstatistikk/Historikk/GrafEllerTabell/Graf/LegendMedToggles/LegendMedToggles.test.tsx
@@ -54,6 +54,7 @@ describe("LegendMedToggles", () => {
54
linjerSomKanVises={linjerSomKanVises}
55
linjerSomSkalVises={[]}
56
setLinjerSomSkalVises={() => {}}
57
+ harStatistikkForBransje={true}
58
/>,
59
);
60
src/sykefravarsstatistikk/Historikk/GrafEllerTabell/Graf/LegendMedToggles/LegendMedToggles.tsx
@@ -21,7 +21,7 @@ export const LegendMedToggles: FunctionComponent<Props> = ({
21
linjerSomKanVises,
22
linjerSomSkalVises,
23
setLinjerSomSkalVises,
24
- harStatistikkForBransje = false,
+ harStatistikkForBransje,
25
}) => {
26
const prefikser: { [linje in HistorikkLabel]: string } = {
27
virksomhet: "Virksomhet:",
0 commit comments