From aa2228a8aa1a65eb3402d9787803f359071fc648 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 17 Jun 2025 03:10:16 +0400 Subject: [PATCH] fix: show switch release option for correct browsers --- src/components/profile-data-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);