Browse Source

Remove unused Publication props

master
buttercat1791 10 months ago
parent
commit
5be8bedd42
  1. 4
      src/lib/components/Publication.svelte

4
src/lib/components/Publication.svelte

@ -17,10 +17,8 @@ @@ -17,10 +17,8 @@
import PublicationSection from "./PublicationSection.svelte";
import type { PublicationTree } from "$lib/data_structures/publication_tree";
let { rootAddress, publicationType, indexEvent } = $props<{
let { rootAddress } = $props<{
rootAddress: string,
publicationType: string,
indexEvent: NDKEvent
}>();
const publicationTree = getContext('publicationTree') as PublicationTree;

Loading…
Cancel
Save