chore(integration): fix lint warnings (react-hooks/exhaustive-deps, react/no-unescaped-entities, unused-vars)
Leftover lint cleanups to make 'npm run lint' pass on the integrated branch: - calendar/page.tsx: add eslint-disable for mount-only useEffect blocks - import/route.ts: replace destructure-and-ignore with renames (_id, _created, _updated) - settings-agents.tsx: escape apostrophe in JSX text
This commit is contained in:
@@ -229,7 +229,7 @@ export function SettingsAgents() {
|
||||
<AlertDialogContent>
|
||||
<AlertDialogHeader>
|
||||
<AlertDialogTitle>Delete {agentToDelete?.name}?</AlertDialogTitle>
|
||||
<AlertDialogDescription>This will revoke the agent's access.</AlertDialogDescription>
|
||||
<AlertDialogDescription>This will revoke the agent's access.</AlertDialogDescription>
|
||||
</AlertDialogHeader>
|
||||
<AlertDialogFooter>
|
||||
<AlertDialogCancel disabled={!!deletingId}>Cancel</AlertDialogCancel>
|
||||
|
||||
Reference in New Issue
Block a user