Get rid of dupe HTML in zwave_js firmware upload dialog (#13067)

This commit is contained in:
Raman Gupta 2022-07-05 05:26:38 -04:00 committed by GitHub
parent e22dd0c49d
commit 4148b8c7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,12 +264,6 @@ class DialogZWaveJSUpdateFirmwareNode extends LitElement {
)}
</p>
${beginFirmwareUpdateHTML}`}
<p>
${this.hass.localize(
"ui.panel.config.zwave_js.update_firmware.finished_status.try_again"
)}
</p>
${beginFirmwareUpdateHTML}
`}
</ha-dialog>
`;