Tunnel detail: Fix comment

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-10-25 17:39:23 +05:30
parent 0fcf48ce75
commit f5e5c7f17d
1 changed files with 1 additions and 1 deletions

View File

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