Skip to content

Commit

Permalink
Remove extraneous isNew check
Browse files Browse the repository at this point in the history
  • Loading branch information
earnjam committed Nov 17, 2018
1 parent d4cca93 commit 73a5d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-permalink/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class PostPermalink extends Component {
/>
}

{ isEditable && ! isEditingPermalink && ! isNew &&
{ isEditable && ! isEditingPermalink &&
<Button
className="editor-post-permalink__edit"
isLarge
Expand Down

0 comments on commit 73a5d50

Please sign in to comment.