Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
Co-authored-by: koji <[email protected]>
  • Loading branch information
mjhuff and koji authored Sep 14, 2023
1 parent 0aac0be commit c70c14d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ export function UpdateRobotModal({

let heading = ''
if (updateType === UPGRADE || updateType === DOWNGRADE) {
if (systemType === OT2_BALENA)
if (systemType === OT2_BALENA) {
heading = t('robot_operating_update_available')
else heading = `${robotName} ${t('update_available')}`
} else {
heading = `${robotName} ${t('update_available')}`
}
} else if (updateType === REINSTALL) {
heading = t('robot_up_to_date')
releaseNotes = t('robot_up_to_date_description')
Expand Down

0 comments on commit c70c14d

Please sign in to comment.