From 665735c638f488771271fc58276e01dc7eef1aaf Mon Sep 17 00:00:00 2001 From: IanM Date: Thu, 3 Oct 2024 07:20:28 +0100 Subject: [PATCH] fix: js error as guest on DiscussionListItem --- .../forum/components/DiscussionListItem.tsx | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/framework/core/js/src/forum/components/DiscussionListItem.tsx b/framework/core/js/src/forum/components/DiscussionListItem.tsx index b61d4abfbc..dd5ebba475 100644 --- a/framework/core/js/src/forum/components/DiscussionListItem.tsx +++ b/framework/core/js/src/forum/components/DiscussionListItem.tsx @@ -74,7 +74,7 @@ export default class DiscussionListItem - {controls} - - ) + + {controls} + ); }