Skip to content

Commit

Permalink
Merge branch 'master' of github.com:flagrow/bazaar
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Nov 21, 2018
2 parents aeef0a9 + 87ccadb commit efabdc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/src/admin/components/ExtensionListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ export default class ExtensionListItem extends Component {
// if (extension.installed() && extension.outdated()) {
items.add('outdated', <Badge icon="fas fa-sort-numeric-down"
type="outdated"
label={app.translator.trans('flagrow-bazaar.admin.page.extension.outdated',
{ new: extension.highest_version() })} />)
label={app.translator.trans('flagrow-bazaar.admin.page.extension.outdated', {new: extension.highest_version() })} />)
// }
if (extension.favorited()) {
items.add('favorited', <Badge icon="fas fa-heart"
Expand Down

0 comments on commit efabdc7

Please sign in to comment.