Empty state language improvemnts

This commit is contained in:
Tom Moor
2018-08-06 23:22:20 -07:00
parent 1c9c2d8e26
commit 4674c10203
9 changed files with 30 additions and 19 deletions

View File

@@ -152,7 +152,7 @@ class DocumentPreview extends React.Component<Props> {
>
<Heading>
<Title text={document.title} highlight={highlight} />
{document.publishedAt && (
{!document.isDraft && (
<Actions>
{document.starred ? (
<StyledStar onClick={this.unstar} solid />