We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db87ad commit fee0b74Copy full SHA for fee0b74
frontend/src/ts/modals/version-history.ts
@@ -48,7 +48,7 @@ export function show(): void {
48
.catch((e: unknown) => {
49
const msg = createErrorMessage(e, "Failed to fetch version history");
50
$("#versionHistoryModal .modal").html(
51
- `<div class="releases">Failed to fetch version history:<br>${msg}</div`
+ `<div class="releases">${msg}</div`
52
);
53
});
54
$("#newVersionIndicator").addClass("hidden");
0 commit comments