Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
you cant calculate the score of an app
Browse files Browse the repository at this point in the history
  • Loading branch information
lepon01 committed Apr 14, 2019
1 parent c756cc3 commit 3116184
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/RpcHome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ class RpcHome extends Component {
this.setState({
results: data.data
.filter(bot => bot.state === 'approved')
.filter(bot => bot.hide !== true)
.map(bot => calculateBotScore({
bot,
locale: this.props.intl.locale
}))
.sort((a, b) => b.random - a.random)
});
} else {
Expand Down

0 comments on commit 3116184

Please sign in to comment.