fix(admin): drop ClientOnly wrapper around alerts panel

Top-level `await useFetch` inside a ClientOnly boundary prevented the
component from mounting at all — the slot stayed an empty span and no
alerts ever rendered. Nuxt forwards request cookies on same-origin
server calls, so `requireAdmin` is satisfied during SSR and the panel
can render normally.
This commit is contained in:
Jennie Robinson Faber 2026-04-08 12:22:25 +01:00
parent 653bf78973
commit a2af4e31ff

View file

@ -6,9 +6,7 @@
<p>Members, events, and community operations</p>
</div>
<ClientOnly>
<AdminAlertsPanel />
</ClientOnly>
<!-- Stats + Quick Actions row -->
<div class="content-row">