Skip to content

Commit

Permalink
lint lib/helpers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Dec 22, 2018
1 parent a8fd21d commit 6d9cf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ helpers.generateTags = function(style, text) {
}
});

if (text != null) {
if (text !== null) {
return open + text + close;
}

Expand Down

0 comments on commit 6d9cf6b

Please sign in to comment.