mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
small fixes of steel blue theme
This commit is contained in:
@@ -303,7 +303,7 @@ export default class GlobalMenuWidget extends BasicWidget {
|
||||
const resp = await fetch(RELEASES_API_URL);
|
||||
const data = await resp.json();
|
||||
|
||||
return data.tag_name.substring(1);
|
||||
return data?.tag_name?.substring(1);
|
||||
}
|
||||
|
||||
downloadLatestVersionCommand() {
|
||||
|
||||
Reference in New Issue
Block a user