mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-22 11:56:22 +02:00
chore: linting
This commit is contained in:
@@ -1163,12 +1163,7 @@ export function ProfilesDataTable({
|
||||
|
||||
onSelectedProfilesChange(Array.from(newSet));
|
||||
},
|
||||
[
|
||||
profiles,
|
||||
browserState.canSelectProfile,
|
||||
onSelectedProfilesChange,
|
||||
selectedProfiles,
|
||||
],
|
||||
[profiles, browserState, onSelectedProfilesChange, selectedProfiles],
|
||||
);
|
||||
|
||||
React.useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user