Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEXANDRU MEDESAN committed Jul 24, 2023
1 parent 78816df commit 6f5c179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectedChart/ConnectedChart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function ConnectedChart(props) {
responsive: true,
}}
onClick={(trace) => {
if ((layout.customLink && layout.clickmode === 'event')) {
if (layout.customLink && layout.clickmode === 'event') {
// Ex: catalogue?size=n_10_n&filters[0][field]=FIELD&filters[0][values][0]=${value}&filters[0][type]=any
// FIELD should be known at the time of configuring the url for redirect
const link = layout.customLink.replace(
Expand Down

0 comments on commit 6f5c179

Please sign in to comment.