Remove Proxy Location None from Proxy selector (#1216)

This commit is contained in:
Shuchang Zheng
2024-11-18 13:22:55 -08:00
committed by GitHub
parent 2fb4a69db6
commit 10d735307f

View File

@@ -32,7 +32,6 @@ function ProxySelector({ value, onChange }: Props) {
<SelectItem value={ProxyLocation.ResidentialJP}>
Residential (Japan)
</SelectItem>
<SelectItem value={ProxyLocation.None}>None</SelectItem>
</SelectContent>
</Select>
);