From 6b726bdb1750693ad9e725c1b693b72bb018cc3b Mon Sep 17 00:00:00 2001 From: IanM Date: Tue, 24 Sep 2024 20:28:08 +0100 Subject: [PATCH] chore: format --- js/src/forum/components/SolutionSearchItem.tsx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/js/src/forum/components/SolutionSearchItem.tsx b/js/src/forum/components/SolutionSearchItem.tsx index f39a671..0852078 100644 --- a/js/src/forum/components/SolutionSearchItem.tsx +++ b/js/src/forum/components/SolutionSearchItem.tsx @@ -59,19 +59,9 @@ export default class SolutionSearchItem extends Component { const items = new ItemList(); - items.add( - 'tags', -
- {tagsLabel(this.tags)} -
, - 100); + items.add('tags',
{tagsLabel(this.tags)}
, 100); - items.add( - 'discussion-title', -
- {highlight(this.discussionTitle(), this.query)} -
, - 90); + items.add('discussion-title',
{highlight(this.discussionTitle(), this.query)}
, 90); !!this.mostRelevantPost && items.add(