Tunnel detail: Fix comment

This commit is contained in:
Roopesh Chander 2018-10-25 17:39:23 +05:30
parent 8c2b9432d7
commit d586f1d619
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ extension TunnelDetailTableViewController {
let peerSectionIndex = (section - numberOfInterfaceSections) % numberOfPeerSections
return peerData.filterFieldsWithValueOrControl(peerFields: peerFieldsBySection[peerSectionIndex]).count
} else {
// Add peer
// Delete tunnel
return 1
}
}