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}>
|
<SelectItem value={ProxyLocation.ResidentialJP}>
|
||||||
Residential (Japan)
|
Residential (Japan)
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
<SelectItem value={ProxyLocation.None}>None</SelectItem>
|
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user