Ivan Galakhov 4 лет назад
Родитель
Сommit
8cc130678e

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/expanded-chart/RevisionSection.tsx

@@ -219,7 +219,7 @@ class RevisionSection extends Component<PropsType, StateType> {
   renderRevisionList = () => {
     return this.state.revisions.map((revision: ChartType, i: number) => {
       let isCurrent = revision.version === this.state.maxVersion;
-      const isGithubApp = !!this.props.chart.git_action_config || true;
+      const isGithubApp = !!this.props.chart.git_action_config;
       const imageTag = revision.config?.image?.tag;
 
       const parsedImageTag = isGithubApp