Skip to content

Commit

Permalink
style(editionentry): format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Nov 14, 2024
1 parent 7601f84 commit 37e441f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/components/EditionEntry.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
switch (type) {
case 'DOI':
return digitalEditionUrls.DOI + value;
case 'EDR':
case 'EDH':
return digitalEditionUrls[type] + padToSixDigits(value);
Expand Down

0 comments on commit 37e441f

Please sign in to comment.