Appease the linter.

pull/975/head
Hunter Trujillo 2017-03-08 05:49:57 -07:00
parent 2f6d856c08
commit 73fcde0aba
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class AdminPage extends Component {
handleClickCreate(type) {
if (this.props.isEditing) {
this.props.addFlashMessage({type: 'error', text: `You can only add one ${type.slice(0,-1)} at a time`})
this.props.addFlashMessage({type: 'error', text: `You can only add one ${type.slice(0, -1)} at a time`})
return
}
if (type === 'users') {