From b3f2e97f74516648e259cb48599317523e34bbb6 Mon Sep 17 00:00:00 2001 From: Jim O'Donnell Date: Sun, 26 May 2024 10:18:24 +0100 Subject: [PATCH] trim leading and trailing whitespace from Talk comments --- app/components/wrapped-markdown.jsx | 2 +- app/talk/comment-preview.cjsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/wrapped-markdown.jsx b/app/components/wrapped-markdown.jsx index bc3beefeae..fe944d314c 100644 --- a/app/components/wrapped-markdown.jsx +++ b/app/components/wrapped-markdown.jsx @@ -30,7 +30,7 @@ class WrappedMarkdown extends React.Component {
diff --git a/app/talk/comment-preview.cjsx b/app/talk/comment-preview.cjsx index 96471a4138..5dd55a927b 100644 --- a/app/talk/comment-preview.cjsx +++ b/app/talk/comment-preview.cjsx @@ -16,5 +16,5 @@ module.exports = createReactClass render: ->

{@props.header}

- +