diff --git a/app/src/page/file/view.js b/app/src/page/file/view.js index d229010..6553fec 100644 --- a/app/src/page/file/view.js +++ b/app/src/page/file/view.js @@ -153,9 +153,9 @@ class FilePage extends React.PureComponent { } } - {title} - {channelName && {channelName}} - {description && {description}} + {title} + {channelName && {channelName}} + {description && {description}}