Removed eslint disable comments and removed pullrequest comments/reviews json files

This commit is contained in:
2025-06-30 19:58:25 +02:00
parent 38aff21c3a
commit 2e3e028579
5 changed files with 0 additions and 13 deletions

View File

@ -15,8 +15,6 @@ export default function CompanySettingsPage() {
const csvUsernameId = useId();
const csvPasswordId = useId();
const { data: session, status } = useSession();
// We store the full company object for future use and updates after save operations
// eslint-disable-next-line @typescript-eslint/no-unused-vars, no-unused-vars
const [_company, setCompany] = useState<Company | null>(null);
const [csvUrl, setCsvUrl] = useState<string>("");
const [csvUsername, setCsvUsername] = useState<string>("");