diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx index 81f774b..b666b62 100644 --- a/src/components/profile-data-table.tsx +++ b/src/components/profile-data-table.tsx @@ -1163,12 +1163,7 @@ export function ProfilesDataTable({ onSelectedProfilesChange(Array.from(newSet)); }, - [ - profiles, - browserState.canSelectProfile, - onSelectedProfilesChange, - selectedProfiles, - ], + [profiles, browserState, onSelectedProfilesChange, selectedProfiles], ); React.useEffect(() => {