Skip to content

Commit

Permalink
closes #535 (#536)
Browse files Browse the repository at this point in the history
Fixed  labels.
  • Loading branch information
alvaromb authored Sep 28, 2018
1 parent effc5d2 commit e6a2918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class Component extends React.Component {
label = null;
} else if (Nil.is(label) && this.getAuto() === "labels") {
label = this.getDefaultLabel();
} else {
} else if (label) {
label =
label +
(this.typeInfo.isMaybe
Expand Down

0 comments on commit e6a2918

Please sign in to comment.