Skip to content

Commit

Permalink
Fix event crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Oct 10, 2019
1 parent e3e7fc3 commit ae1fb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/scripts/analytics/profile-node.events.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default [
// eslint-disable-next-line
return `${data?.jurisdiction_name || data?.node_name} - ${data?.column_name} - ${
context?.countryName
} - ${context.commodityName} - ${query?.year}`;
} - ${context?.commodityName} - ${query?.year}`;
},
shouldSend: action => action.payload.endpoint === GET_NODE_SUMMARY_URL
},
Expand Down

0 comments on commit ae1fb23

Please sign in to comment.