diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfc8050bb2..d17656f95a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog
## Draft
+- Added defer tag to addThis and defered execution of related script[#1406](https://github.com/bigcommerce/cornerstone/pull/1406)
- Fixed compare buttons for product list display [#1384](https://github.com/bigcommerce/cornerstone/pull/1384)
- Remove unnecessary API call to get cookie notification status [#1380](https://github.com/bigcommerce/cornerstone/pull/1380)
- Cart switch from quote item hash to id which is immutable [#1387](https://github.com/bigcommerce/cornerstone/pull/1387)
diff --git a/templates/components/common/share.html b/templates/components/common/share.html
index adb68b78f8..40039e95cf 100644
--- a/templates/components/common/share.html
+++ b/templates/components/common/share.html
@@ -61,11 +61,13 @@
{{/each}}
-
+
{{/if}}