Skip to content

Commit 8985a88

Browse files
Remove unnecesary comment
1 parent 8761d3a commit 8985a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/frontend/src/coral/components/Panels/PanelLeftToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface PanelLeftToolbarProps {
77
panelIcon?: ReactNode;
88
panelTitle?: string | null;
99
linkTo?: string;
10-
onTitleClick?: () => void; // Custom click handler for protected navigation
10+
onTitleClick?: () => void;
1111
children?: ReactNode;
1212
}
1313

src/frontend/src/models/planPanelLeft.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export interface PlanPanelLefProps {
88
onTeamUpload?: () => Promise<void>;
99
isHomePage: boolean;
1010
selectedTeam?: TeamConfig | null;
11-
onNavigationWithAlert?: (navigationFn: () => void) => void; // Function to handle protected navigation
11+
onNavigationWithAlert?: (navigationFn: () => void) => void;
1212
}

0 commit comments

Comments
 (0)