add test, cleanup logs

This commit is contained in:
Max Peintner
2023-07-04 14:13:39 +02:00
parent 7339b18e35
commit 0fb88d4ff2
8 changed files with 40 additions and 63 deletions

View File

@@ -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