[Hotfix] Prevent error if git action config not found
@@ -442,7 +442,7 @@ class ExpandedJobChart extends Component<PropsType, StateType> {
</Header>
Navigate to the
<A
- href={`https://github.com/${this.props.currentChart.git_action_config.git_repo}/actions`}
+ href={`https://github.com/${this.props.currentChart?.git_action_config?.git_repo}/actions`}
target={"_blank"}
>
Actions tab