Hide loader when no admin posts exist

This commit is contained in:
Jon Staab
2024-12-11 13:35:06 -08:00
parent b6524f4a58
commit b19881a8a9
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -12,6 +12,7 @@
export let url
export let pubkey
export let events: TrustedEvent[] = []
const ctrl = createFeedController({
useWindowing: true,
@@ -28,7 +29,6 @@
let element: Element
let buffer: TrustedEvent[] = []
let events: TrustedEvent[] = []
onMount(() => {
const scroller = createScroller({