Skip to content

Commit aececaa

Browse files
committed
[CodeFactor] Apply fixes to commit d57251c
1 parent 678fa11 commit aececaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getStyles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const getStyles = ({
8888
.bold { font-weight: 700 }
8989
.icon {
9090
fill: ${iconColor};
91-
display: ${!!show_icons ? "block" : "none"};
91+
display: ${show_icons ? "block" : "none"};
9292
}
9393
9494
.rank-circle-rim {

0 commit comments

Comments
 (0)