Skip to content

Commit 910ec8f

Browse files
committed
Added a ? to series in BarGraphComparisonAction
1 parent c9534c6 commit 910ec8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/FrontendTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export interface BarGraphComparisonAction{
9292
height: number,
9393
comparison: Series[],
9494
setSeries: (e: boolean | string) => void,
95-
series: number,
95+
series?: number,
9696
setAction: (e: boolean | string) => void,
9797
}
9898

0 commit comments

Comments
 (0)