diff --git a/frontend/files/app.js b/frontend/files/app.js index ae1b25b..2067c13 100644 --- a/frontend/files/app.js +++ b/frontend/files/app.js @@ -154,7 +154,7 @@ function BookTemplate({

${title}

${authors}

- ${[isbn10, isbn13].join(" / ")}
+ ${[isbn10, isbn13].filter((v) => v != "").join(" / ")}
${publisher}, ${year}
${ series