chore: fix some eslint warnings

This commit is contained in:
2024-01-04 10:43:45 +00:00
parent 2a2c713486
commit 13f4ec3f30
14 changed files with 36 additions and 36 deletions

View File

@ -67,7 +67,7 @@ export default function Index() {
);
}
function StalkerModal({ id }) {
function StalkerModal({ id }: { id: string }) {
return (
<div className="stalker" onClick={() => LoginStore.removeSession(id)}>
<CloseButton />