AppSidebar -> MainSidebar, drizzle was using expires_at instead of

created_at for some reason
This commit is contained in:
Soph :3 2026-01-17 16:46:52 +02:00
parent 5a85d72a51
commit ac7c4f77fb
4 changed files with 3 additions and 4 deletions

View file

@ -22,7 +22,6 @@
import { overview_data } from '$lib/state.svelte';
// Props for the member sidebar.
let {
open = $bindable(true),
members = $bindable<OverviewUser[]>([]),