diff --git a/ui/component/channelAbout/view.jsx b/ui/component/channelAbout/view.jsx index 39e78ab3a..a73eec2db 100644 --- a/ui/component/channelAbout/view.jsx +++ b/ui/component/channelAbout/view.jsx @@ -28,14 +28,14 @@ function ChannelContent(props: Props) { {description && (
- +
)} {email && (
- +
)} @@ -43,7 +43,7 @@ function ChannelContent(props: Props) {
- +
)} diff --git a/ui/component/comment/view.jsx b/ui/component/comment/view.jsx index 85aa09aba..9fe32b5f6 100644 --- a/ui/component/comment/view.jsx +++ b/ui/component/comment/view.jsx @@ -35,7 +35,7 @@ function Comment(props: Props) {
- +
diff --git a/ui/component/fileDetails/view.jsx b/ui/component/fileDetails/view.jsx index fab99d581..81f872db5 100644 --- a/ui/component/fileDetails/view.jsx +++ b/ui/component/fileDetails/view.jsx @@ -45,7 +45,7 @@ class FileDetails extends PureComponent { {description && (
- +
)} diff --git a/ui/component/previewLink/view.jsx b/ui/component/previewLink/view.jsx index b03f37d41..47f3ad012 100644 --- a/ui/component/previewLink/view.jsx +++ b/ui/component/previewLink/view.jsx @@ -44,7 +44,7 @@ class PreviewLink extends React.PureComponent { - + diff --git a/ui/component/viewers/documentViewer.jsx b/ui/component/viewers/documentViewer.jsx index 6459c7130..971632340 100644 --- a/ui/component/viewers/documentViewer.jsx +++ b/ui/component/viewers/documentViewer.jsx @@ -86,7 +86,7 @@ class DocumentViewer extends React.PureComponent { const markdownType = ['md', 'markdown']; if (markdownType.includes(fileType) || contentType === 'text/markdown' || contentType === 'text/md') { // Render markdown - viewer = ; + viewer = ; } else { // Render plain text viewer = ;