Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-urbanski-freiheit-com committed Nov 1, 2024
1 parent 55aae1a commit 2eeacba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ export const SideBar: React.FC<{ className?: string }> = (props) => {
});
setDialogState({ showConfirmationDialog: false });
}
}, [actions, api, authHeader, authReady, lockCreationList, lockMessage]);
}, [actions, api, authHeader, authReady, lockCreationList, lockMessage, allApps]);

const showDialog = useCallback(() => {
setDialogState({ showConfirmationDialog: true });
Expand Down

0 comments on commit 2eeacba

Please sign in to comment.