Skip to content

Commit

Permalink
Fix some linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pento committed Nov 10, 2017
1 parent 6d1721d commit 27f4c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions editor/post-permalink/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ class PostPermalink extends Component {
{ prefix }
</span>
{ ! editingSlug &&
<span
<Button
className="editor-post-permalink__slug"
onClick={ this.onEditPermalink }
>
{ slug }
</span>
</Button>
}
{ editingSlug &&
<form className="editor-post-permalink__slug-form" onSubmit={ this.onSavePermalink }>
Expand Down
2 changes: 1 addition & 1 deletion editor/post-permalink/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.editor-post-permalink__slug {
color: $dark-gray-300;
font-weight: bold;
cursor: pointer;
padding: 0;
}

.editor-post-permalink__slug-form {
Expand Down

0 comments on commit 27f4c4d

Please sign in to comment.