Skip to content

Commit 3824b3f

Browse files
committed
Run prettier
1 parent 4064038 commit 3824b3f

File tree

1 file changed

+1
-1
lines changed
  • src/Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi/Search

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Site/Assets/web-components/SearchOrAskAi/Search/SearchResults.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const SanitizedHtmlContent = memo(
245245
const sanitized = DOMPurify.sanitize(htmlContent, {
246246
ALLOWED_TAGS: ['mark'],
247247
ALLOWED_ATTR: [],
248-
KEEP_CONTENT: true
248+
KEEP_CONTENT: true,
249249
})
250250

251251
// Check if text starts mid-sentence (lowercase first letter)

0 commit comments

Comments
 (0)