Skip to content

Commit

Permalink
[frontend] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Mar 11, 2024
1 parent 84298d3 commit 16f8eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/src/utils/Charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export const horizontalBarsChartOptions = (
redirectionUtils[config.dataPointIndex].series?.[config.seriesIndex]?.entity_type,
))
|| (
!config.seriesIndex >= 0
!(config.seriesIndex >= 0)
&& redirectionUtils[config.dataPointIndex].entity_type
&& resolveLink(redirectionUtils[config.dataPointIndex].entity_type)
)
Expand Down

0 comments on commit 16f8eaa

Please sign in to comment.