Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Jan 12, 2024
1 parent de73da6 commit ee68a04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/components/external-repo-review/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
</td>
<td>
<label class="">
You are required to make a submission to these repositories directly because PASS cannot integrate
with these systems.
You are required to make a submission to these repositories directly because PASS cannot integrate with these
systems.
</label>
<ul class="m-0 list-unstyled">
{{#each this.repoList as |entry|}}
<li>
<label class="pl-3 m-0 {{if entry.visited "" "font-weight-bold"}}">
<label class="pl-3 m-0 {{if entry.visited '' 'font-weight-bold'}}">
{{entry.repo.name}}
<button
type="button"
class="btn btn-link py-0 {{if entry.visited "" "font-weight-bold"}}"
class="btn btn-link py-0 {{if entry.visited '' 'font-weight-bold'}}"
data-test-repo-link-button
{{on "click" (fn this.openWeblinkAlert entry.repo)}}
>
Expand Down

0 comments on commit ee68a04

Please sign in to comment.