Fix potential ambiguity
This commit is contained in:
		@@ -307,7 +307,7 @@ function IPSection(p: {
 | 
				
			|||||||
      if (
 | 
					      if (
 | 
				
			||||||
        (p.config?.nat?.length ?? 0 > 0) &&
 | 
					        (p.config?.nat?.length ?? 0 > 0) &&
 | 
				
			||||||
        !(await confirm(
 | 
					        !(await confirm(
 | 
				
			||||||
          `Do you really want to disable NAT port forwarding on this network? Specific configuration will be deleted!`
 | 
					          `Do you really want to disable IPv${p.version} NAT port forwarding on this network? Specific configuration will be deleted!`
 | 
				
			||||||
        ))
 | 
					        ))
 | 
				
			||||||
      )
 | 
					      )
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user