diff --git a/src/js/components/InsertTemplate/index.js b/src/js/components/InsertTemplate/index.js index e3c7eaf0..c26d5b23 100644 --- a/src/js/components/InsertTemplate/index.js +++ b/src/js/components/InsertTemplate/index.js @@ -69,7 +69,9 @@ const InsertTemplate = ({ setIsPurchased(isItemPurchased(template_id)); setIsUnlocked(isItemUnlocked(template_id)); - await handlePlugins(validPlugins); + if (!isPro && isItemPurchased(template_id) && isItemUnlocked(template_id)) { + await handlePlugins(validPlugins); + } if (insertFullTemplate) { isPro && !isItemPurchased(template_id) && !isItemUnlocked(template_id) && !pixetiqInstalled ?