Remove Proxy Location None from Proxy selector (#1216)
This commit is contained in:
@@ -32,7 +32,6 @@ function ProxySelector({ value, onChange }: Props) {
|
||||
<SelectItem value={ProxyLocation.ResidentialJP}>
|
||||
Residential (Japan)
|
||||
</SelectItem>
|
||||
<SelectItem value={ProxyLocation.None}>None</SelectItem>
|
||||
</SelectContent>
|
||||
</Select>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user