Skip to content

Commit 74182fb

Browse files
committed
lint
Signed-off-by: Saravanan Balasubramanian <[email protected]>
1 parent 7cdbee0 commit 74182fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/app/workflows/components/workflow-details/workflow-details.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ export const WorkflowDetails = ({history, location, match}: RouteComponentProps<
224224
document.location.href = url;
225225
}
226226
};
227-
228-
229227
const getPodName = (wf: Workflow, node: NodeStatus, nodeID: string): string => {
230228
if (workflow && node) {
231229
return Utils.getPodName(wf.metadata.name, node.name, node.templateName, node.id);

0 commit comments

Comments
 (0)