Closed bmarchena closed 2 years ago
Name | Link |
---|---|
Latest commit | eeec6b005aa787dd5b51a258f36ebd146baec77c |
Latest deploy log | https://app.netlify.com/sites/cp-platform/deploys/6356eca4d18d6a0009fde1f2 |
Deploy Preview | https://deploy-preview-83--cp-platform.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Resolves an issue where Google Analytics would log each individual menu item as clicked when clicking on the download button. The onClick function,
this.LogDownloadStat
was being invoked immediately upon being rendered. The fix was to pass the onClick as an arrow function.