Skip to content

Commit

Permalink
fix(ui): Allow you to view timeline tab. Fixes #4005 (#4006)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Sep 14, 2020
1 parent 3770f61 commit 11242c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class WorkflowDetails extends React.Component<RouteComponentProps<any>, W
nodeClicked={nodeId => this.selectNode(nodeId)}
/>
)) ||
(this.selectedTabKey && (
(this.selectedTabKey === 'events' && (
<EventsPanel namespace={this.state.workflow.metadata.namespace} kind='Workflow' name={this.state.workflow.metadata.name} />
)) || (
<WorkflowTimeline
Expand Down

0 comments on commit 11242c8

Please sign in to comment.