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