diff --git a/src/pages/Community/Community.tsx b/src/pages/Community/Community.tsx index 53a2dcc..02d86e1 100644 --- a/src/pages/Community/Community.tsx +++ b/src/pages/Community/Community.tsx @@ -495,10 +495,12 @@ export default function Community() { {q.title} -
- {q.body} -
+ {q.body && q.body.trim() !== q.title.trim() && ( ++ {q.body} +
+ )}