chore: fix some eslint warnings
This commit is contained in:
@ -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 />
|
||||
|
Reference in New Issue
Block a user