src/frontend/components/app/confirm-alert.tsx
Function ConfirmAlert
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function ConfirmAlert() {
const { _ } = useLingui();
const [title, action, onClose] = useConfirmAlertStore((store) => [
store.title,
store.action,