Skip to content

Commit

Permalink
Remove errant curly bracket (BL-12873)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Nov 17, 2023
1 parent 54c93c9 commit 2356908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BookDetail/ArtifactHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function getBookOrderUrl(book: Book) {

return `bloom://localhost/order?orderFile=${
match[1]
}&title=${encodeURIComponent(book.title)}&minVersion=${minVersion}}`;
}&title=${encodeURIComponent(book.title)}&minVersion=${minVersion}`;
}

return "";
Expand Down

0 comments on commit 2356908

Please sign in to comment.