Skip to content

Commit f25494f

Browse files
committed
Merge branch 'additionalMui' of https://github.com/oslabs-beta/reactime into additionalMui
2 parents cc7f335 + 2568cd6 commit f25494f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/FrontendTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export interface BarGraphBase {
7979

8080
export interface BarGraphComparisonProps extends BarGraphBase {
8181
setSeries: (e: boolean | string) => void;
82-
series: boolean; // was number 8/3/2023
82+
series: number | boolean; // was number 8/3/2023
8383
setAction: (e: boolean | string) => void;
8484
}
8585

0 commit comments

Comments
 (0)