mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
fix return statement
This commit is contained in:
parent
7657a2c669
commit
eb3efd88ad
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ struct SecurityConfig: View {
|
|||
|
||||
SaveConfigButton(node: node, hasChanges: $hasChanges) {
|
||||
|
||||
if !hasValidAdminKey || !hasValidPrivateKey || !hasValidAdminKey {
|
||||
if !hasValidPublicKey || !hasValidPrivateKey || !hasValidAdminKey {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue