Skip to content

Commit a884624

Browse files
committed
re-added URL to route for TS, corrected ts-nocheck for BarGraph.tsx to temporarily submit PR
1 parent 47e6de0 commit a884624

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
@@ -22,7 +22,7 @@ export interface PerfData {
2222

2323
interface BarStackProp {
2424
snapshotId: string,
25-
route: string,
25+
route: string | URL,
2626
currentTab?: string,
2727
}
2828

0 commit comments

Comments
 (0)