@redneckz/wildless-cms-uni-blocks 0.14.456 → 0.14.457

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ function adjustBenefits(block) {
11
11
  return;
12
12
  }
13
13
 
14
- if (content.benefits?.length) {
14
+ if (!content.benefits?.length) {
15
15
  deleteProp(content, 'benefits');
16
16
  } else {
17
17
  for (const benefit of content.benefits) {
@@ -6595,7 +6595,7 @@
6595
6595
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6596
6596
  });
6597
6597
 
6598
- const packageVersion = "0.14.455";
6598
+ const packageVersion = "0.14.456";
6599
6599
 
6600
6600
  exports.Blocks = Blocks;
6601
6601
  exports.ContentPage = ContentPage;