mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 17:02:11 +00:00
add test, cleanup logs
This commit is contained in:
@@ -11,7 +11,6 @@ type Props = {
|
||||
|
||||
export default function SessionsList({ sessions }: Props) {
|
||||
const [list, setList] = useState<Session[]>(sessions);
|
||||
console.log(sessions);
|
||||
return sessions ? (
|
||||
<div className="flex flex-col space-y-2">
|
||||
{list
|
||||
|
||||
Reference in New Issue
Block a user