Skip to content

Commit 61f7168

Browse files
Minor error handling for changelog added
For cases where changelog is not available for given version causing the settings to not open.
1 parent df20e6f commit 61f7168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ function openConfig() {
15361536
15371537
<div class="accordion-content">
15381538
<div style="margin-top: 30px;">
1539-
${(releases)
1539+
${(releases && getReleaseObject(_getVersion()))
15401540
? _markdownToHtml(
15411541
getChangelog()
15421542
)

0 commit comments

Comments
 (0)