Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
prabalsingh24 committed Aug 13, 2020
1 parent 802c524 commit 3b0816c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/components/pages/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ class CollectionPage extends React.Component {
.then((res) => {
this.setState({
message: {
text: `Removed ${bbids.length} ${_.kebabCase(this.props.collection.entityType)}
${bbids.length > 1 ? 's' : ''}`,
text: `Removed ${bbids.length} ${_.kebabCase(this.props.collection.entityType)}${bbids.length > 1 ? 's' : ''}`,
type: 'success'
},
selectedEntities: []
Expand Down

0 comments on commit 3b0816c

Please sign in to comment.