Skip to content

Commit 0b8d674

Browse files
JasonEtcochiedo
andauthored
Remove the thing (#16294)
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
1 parent 7d55775 commit 0b8d674

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

includes/rest_operation.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ <h4>Notes</h4>
122122
<li><a href="{{ restGitHubAppsLink }}">Works with GitHub Apps</a></li>
123123
{% endif %}
124124
{% for note in operation.notes %}
125-
{% unless note == '<a href="{{ restGitHubAppsLink }}">Works with GitHub Apps</a>' %}
126-
<li>{{ note }}</li>
127-
{% endunless %}
125+
<li>{{ note }}</li>
128126
{% endfor %}
129127
</ul>
130128
{% endif %}

0 commit comments

Comments
 (0)