chore: linting

This commit is contained in:
zhom
2026-02-08 10:18:12 +04:00
parent 5442156519
commit 36f7701dac
+1 -6
View File
@@ -1163,12 +1163,7 @@ export function ProfilesDataTable({
onSelectedProfilesChange(Array.from(newSet));
},
[
profiles,
browserState.canSelectProfile,
onSelectedProfilesChange,
selectedProfiles,
],
[profiles, browserState, onSelectedProfilesChange, selectedProfiles],
);
React.useEffect(() => {