From 6fcbb92691a82357e3eb1041234cf4780497ac6b Mon Sep 17 00:00:00 2001 From: Hollgy Date: Fri, 22 Mar 2024 20:41:15 +0100 Subject: [PATCH] Removal of props for build to run --- client-solid/src/Components/PostSegment.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client-solid/src/Components/PostSegment.tsx b/client-solid/src/Components/PostSegment.tsx index 3525e31..0992c83 100644 --- a/client-solid/src/Components/PostSegment.tsx +++ b/client-solid/src/Components/PostSegment.tsx @@ -23,7 +23,7 @@ export function PostSegment(props: { post: Post }): JSXElement {
  • - +
  • @@ -34,8 +34,8 @@ export function PostSegment(props: { post: Post }): JSXElement {

    {props.post.content}

    - - + +