We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9ce8e commit 85f33e7Copy full SHA for 85f33e7
markdown.py
@@ -191,7 +191,7 @@ def get_contributor_table(
191
commit_urls += f"{url}, "
192
new_contributor = collaborator.new_contributor
193
194
- row = f"| {'' if link_to_profile == 'false' else '@'}{username} | {contribution_count} |"
+ row = f"| {'' if not link_to_profile else '@'}{username} | {contribution_count} |"
195
if "New Contributor" in columns:
196
row += f" {new_contributor} |"
197
if "Sponsor URL" in columns:
0 commit comments