Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 29, 2019
1 parent df894b5 commit 7df854f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected void ready() {
componentProperties.put("tabPagesInfo",tabPagesInfo);


if (tabPagesInfo == null || tabPagesInfo.isEmpty()0) {
if (tabPagesInfo == null || tabPagesInfo.isEmpty()) {
String variantTemplate = format(COMPONENT_VARIANT_TEMPLATE_FORMAT, "empty");
componentProperties.put(COMPONENT_VARIANT_TEMPLATE, variantTemplate);
}
Expand Down

0 comments on commit 7df854f

Please sign in to comment.