Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Nov 16, 2021
1 parent 2de966f commit e0c83ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/theme_analysis.js
Expand Up @@ -19,7 +19,7 @@ class ThemeAnalysis {
if (this.name.match(/Light/)) {
badges.push(new Badge("Light"));
}
if (this.name == "Default") {
if (this.name === "Default") {
badges.push(new Badge("AA"));
badges.push(new Badge("Light"));
}
Expand Down

0 comments on commit e0c83ca

Please sign in to comment.