diff --git a/components/core/SearchModal.js b/components/core/SearchModal.js
index 5b27bb61..29dff133 100644
--- a/components/core/SearchModal.js
+++ b/components/core/SearchModal.js
@@ -59,7 +59,7 @@ const UserEntry = ({ item }) => {
style={{ backgroundImage: `url(${item.data.photo})` }}
css={STYLES_PROFILE_IMAGE}
/>
- {item.data.name ? {item.data.name} : null}
+ {item.data.name ?
{item.data.name}
: null}
@{item.username}
diff --git a/components/core/SlatePreviewBlock.js b/components/core/SlatePreviewBlock.js
index eea4ec64..c533fa78 100644
--- a/components/core/SlatePreviewBlock.js
+++ b/components/core/SlatePreviewBlock.js
@@ -177,14 +177,14 @@ export default class SlatePreviewBlock extends React.Component {
return (
-
{this.props.slate.data.name}
-
+
{this.props.editing ? (
this.props.slate.data.public ? (