Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 12, 2024
1 parent 0624ac7 commit 4a7f2b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/VortexEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export default class VortexEditor {
if (latestFirmwareVersions && latestFirmwareVersions[lowerDevice]) {
const latestVersion = latestFirmwareVersions[lowerDevice].firmware.version;
const downloadUrl = latestFirmwareVersions[lowerDevice].firmware.fileUrl;
version = '1.0.0';
if (version !== latestVersion) {
this.updatePanel.displayFirmwareUpdateInfo(lowerDevice, version, latestVersion, downloadUrl);
} else {
Expand Down

0 comments on commit 4a7f2b5

Please sign in to comment.