Skip to content

Commit

Permalink
Remove unnecessary identation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Sep 12, 2023
1 parent 9e4902c commit 81f0fc3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/views/ConfigurationJoystickView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -396,11 +396,7 @@ const updateMapping = (index: number, newValue: ProtocolInput, inputType: InputT
const errorMessage = `None of the 16 MAVLink Manual Control buttons are available.
Please assign "No function" to one already used.`
console.error(errorMessage)
Swal.fire({
text: errorMessage,
icon: 'error',
timer: 5000,
})
Swal.fire({ text: errorMessage, icon: 'error', timer: 5000 })
return
}
newInput = { protocol: JoystickProtocol.MAVLink, value: mavlinkButton }
Expand Down

0 comments on commit 81f0fc3

Please sign in to comment.