Skip to content

Commit

Permalink
fix: change map.png event to map.png.download
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Nov 29, 2023
1 parent 41102f0 commit 76fc58c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const VisualizationWrapper = props => {

const handleDownloadPng = useCallback(() => {
imagePrinter(mapTitle);
trackEvent('map.png', {
trackEvent('map.png.download', {
props: {
owner: owner.name,
fileID: visualizationConfig?.selectedFile.id,
Expand Down

0 comments on commit 76fc58c

Please sign in to comment.