Skip to content

Commit dd2ea77

Browse files
committed
Tidy
1 parent 578b977 commit dd2ea77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/frontend/pipeline-console-view/pipeline-console/main/StageNodeLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ export default function StageNodeLink({ agent }: StageNodeLinkProps) {
6363
);
6464
}
6565

66-
export interface StageNodeLinkProps {
66+
interface StageNodeLinkProps {
6767
agent?: string;
6868
}

src/main/frontend/pipeline-console-view/pipeline-console/main/StageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function StageView(props: StageViewProps) {
2121
);
2222
}
2323

24-
export interface StageViewProps {
24+
interface StageViewProps {
2525
stage: StageInfo | null;
2626
steps: Array<StepInfo>;
2727
stepBuffers: Map<string, StepLogBufferInfo>;

0 commit comments

Comments
 (0)