From 0fca55a7f60770fe8ecba45aab4f8068705f4969 Mon Sep 17 00:00:00 2001 From: Ehsanur Rahman Rhythm Date: Fri, 18 Oct 2024 18:41:20 +0600 Subject: [PATCH] Fix syntax error issue. --- apps/jonogon-web-next/src/app/petitions/[id]/_page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/jonogon-web-next/src/app/petitions/[id]/_page.tsx b/apps/jonogon-web-next/src/app/petitions/[id]/_page.tsx index 81b0d4eb..28cdf953 100644 --- a/apps/jonogon-web-next/src/app/petitions/[id]/_page.tsx +++ b/apps/jonogon-web-next/src/app/petitions/[id]/_page.tsx @@ -370,8 +370,8 @@ export default function Petition() { {petition?.data.description && ( - {petition.data.description ?? 'No description yet.'} @@ -421,7 +421,7 @@ export default function Petition() { ) : ( <> - {' '} + {' '}

{upvoteCount}

)} @@ -436,7 +436,7 @@ export default function Petition() { className="flex-1 w-full" size={'lg'} onClick={clickThumbsDown}> - {' '} + {' '}

{downvoteCount}