mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Remove unnecessary blank line in handleVersionClick function
This commit is contained in:
@@ -147,7 +147,6 @@ export function SettingsPage() {
|
||||
const handleVersionClick = async () => {
|
||||
let isChangelogResolved = false;
|
||||
|
||||
|
||||
await autoUpdater.showChangelog(await lastValueFrom(autoUpdater.getAppVersion()))
|
||||
.then(() => {
|
||||
setIsChangelogAvailable(() => true);
|
||||
|
||||
Reference in New Issue
Block a user