Skip to content

Commit 5117a4f

Browse files
committed
Fix incorrect status for intentionally omitted code fix
1 parent 5a75187 commit 5117a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2>This page is reporting the current status of <a href="https://github.com/Dot
122122
<td style="overflow: visible; width: 0;">
123123
{{if CodeFixStatus === "Implemented"}}
124124
<i class="fa fa-check" style="color: green;"></i>
125-
{{else CodeFixStatus === NotImplemented}}
125+
{{else CodeFixStatus === "NotImplemented"}}
126126
<i class="fa fa-times" style="color: red;"></i>
127127
{{else}}
128128
<i class="fa fa-exclamation" style="color: blue;"></i>

0 commit comments

Comments
 (0)