diff --git a/src/lib/components/publications/SectionComments.svelte b/src/lib/components/publications/SectionComments.svelte index d89484b..af2e985 100644 --- a/src/lib/components/publications/SectionComments.svelte +++ b/src/lib/components/publications/SectionComments.svelte @@ -25,7 +25,7 @@ // State management let profiles = $state(new Map()); let expandedThreads = $state(new Set()); - let jsonModalOpen = $state(null); + let detailsModalOpen = $state(null); let deletingComments = $state(new Set()); let replyingTo = $state(null); let replyContent = $state(""); @@ -414,24 +414,13 @@ -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -

    Raw Event JSON

    -
    {JSON.stringify({
    +          
    {JSON.stringify({
                 id: comment.id,
                 pubkey: comment.pubkey,
                 created_at: comment.created_at,