Skip to content

Commit

Permalink
Merge pull request #87 from rebeccacremona/repeating-volume-numbers
Browse files Browse the repository at this point in the history
Follow up on reporters that have multiple volumes with the same number
  • Loading branch information
rebeccacremona authored Mar 6, 2024
2 parents 1ac3881 + 8a756b5 commit 79d435a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cap-reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export default class CapReporter extends LitElement {
html`<li>
<a
href="/caselaw/?reporter=${this
.reporter}&volume=${v.volume_number}"
>${v.volume_number}</a
.reporter}&volume=${v.volume_folder}"
>${v.volume_folder}</a
>
</li>`,
)}
Expand Down

0 comments on commit 79d435a

Please sign in to comment.