diff options
| author | polwex <polwex@sortug.com> | 2025-11-18 08:32:45 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-18 08:32:45 +0700 |
| commit | 7706acaafa89691dba33c216e6287a8405c4c302 (patch) | |
| tree | 504d49fd289c6f4f6f5494395ddd4089a057efc9 /gui/src/components/post/Footer.tsx | |
| parent | b3379cc108d6eed98cb0010e6f1ddca94aba83a2 (diff) | |
gui fixes to nostr post rendering, added nostr-tools lib for primal compatibility
Diffstat (limited to 'gui/src/components/post/Footer.tsx')
| -rw-r--r-- | gui/src/components/post/Footer.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/src/components/post/Footer.tsx b/gui/src/components/post/Footer.tsx index 87f45f3..41752fc 100644 --- a/gui/src/components/post/Footer.tsx +++ b/gui/src/components/post/Footer.tsx @@ -41,7 +41,6 @@ function Footer({ poast, refetch }: PostProps) { // Scroll to top where composer is located window.scrollTo({ top: 0, behavior: "smooth" }); } - console.log({ poast }); const childrenCount = poast.children ? poast.children.length ? poast.children.length |
