We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df894b5 commit 7df854fCopy full SHA for 7df854f
aemdesign-aem-services/src/main/java/design/aem/models/v2/layout/ContentTabs.java
@@ -81,7 +81,7 @@ protected void ready() {
81
componentProperties.put("tabPagesInfo",tabPagesInfo);
82
83
84
- if (tabPagesInfo == null || tabPagesInfo.isEmpty()0) {
+ if (tabPagesInfo == null || tabPagesInfo.isEmpty()) {
85
String variantTemplate = format(COMPONENT_VARIANT_TEMPLATE_FORMAT, "empty");
86
componentProperties.put(COMPONENT_VARIANT_TEMPLATE, variantTemplate);
87
}
0 commit comments