diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx index dc79f8b..f1a54fb 100644 --- a/src/components/profile-data-table.tsx +++ b/src/components/profile-data-table.tsx @@ -381,7 +381,7 @@ export function ProfilesDataTable({ > Configure Proxy - {["chromium", "zen"].includes(profile.browser) && ( + {!["chromium", "zen"].includes(profile.browser) && ( { onChangeVersion(profile);