diff --git a/frontend/src/lib/components/layout/NavBar.svelte b/frontend/src/lib/components/layout/NavBar.svelte index 5b8478a..d96f78f 100644 --- a/frontend/src/lib/components/layout/NavBar.svelte +++ b/frontend/src/lib/components/layout/NavBar.svelte @@ -142,7 +142,7 @@
Pending bookings requiring confirmation or action
-| Name | -Status | -Date | -Actions | -
|---|---|---|---|
| Item {i + 1} | -- - {i % 2 === 0 ? 'Active' : 'Pending'} - - | -2024-01-{String(i + 1).padStart(2, '0')} | -
-
-
-
-
- |
-