Mrt Button bug

This commit is contained in:
PxlLoewe
2026-01-15 22:06:39 +01:00
parent edfaf7a228
commit 228b0617e6
4 changed files with 421 additions and 1 deletions

View File

@@ -76,7 +76,6 @@ export const ConnectionBtn = () => {
const session = useSession();
const uid = session.data?.user?.id;
if (!uid) return null;
console.log(bookings);
return (
<div className="rounded-box bg-base-200 flex items-center justify-center gap-2 p-1">
{connection.message.length > 0 && (