diff --git a/ui/component/button/view.jsx b/ui/component/button/view.jsx index bb2501957..47e74225f 100644 --- a/ui/component/button/view.jsx +++ b/ui/component/button/view.jsx @@ -94,11 +94,11 @@ const Button = forwardRef((props: Props, ref: any) => { {icon && } - {!largestLabel && label && {label}} + {!largestLabel && label && {label}} {/* largestLabel is used when a single button has two different labels based on hover state */} {largestLabel && ( -
+
{ // Remove new lines and extra space remarkOptions.remarkReactComponents.p = SimpleText; return ( - + { remark() .use(remarkStrip) @@ -140,7 +140,7 @@ const MarkdownPreview = (props: MarkdownProps) => { } return ( -
+
{ remark() .use(remarkAttr, remarkAttrOpts) diff --git a/ui/component/uriIndicator/view.jsx b/ui/component/uriIndicator/view.jsx index e7487f2e6..ca85d5e34 100644 --- a/ui/component/uriIndicator/view.jsx +++ b/ui/component/uriIndicator/view.jsx @@ -57,7 +57,7 @@ class UriIndicator extends React.PureComponent { return null; } - return Anonymous; + return Anonymous; } const channelClaim = isChannelClaim ? claim : claim.signing_channel; @@ -66,7 +66,7 @@ class UriIndicator extends React.PureComponent { const { name } = channelClaim; const channelLink = link ? channelClaim.canonical_url || channelClaim.permanent_url : false; - const inner = {name}; + const inner = {name}; if (!channelLink) { return inner; diff --git a/ui/page/report/view.jsx b/ui/page/report/view.jsx index 53f219d4f..20479bada 100644 --- a/ui/page/report/view.jsx +++ b/ui/page/report/view.jsx @@ -87,7 +87,7 @@ class ReportPage extends React.Component { title={__('Developer?')} actions={ -
+

{__('You can also:')}