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

Commit 3116184

Browse files
author
lepon01
committed
you cant calculate the score of an app
1 parent c756cc3 commit 3116184

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pages/RpcHome/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ class RpcHome extends Component {
2929
this.setState({
3030
results: data.data
3131
.filter(bot => bot.state === 'approved')
32-
.filter(bot => bot.hide !== true)
33-
.map(bot => calculateBotScore({
34-
bot,
35-
locale: this.props.intl.locale
36-
}))
3732
.sort((a, b) => b.random - a.random)
3833
});
3934
} else {

0 commit comments

Comments
 (0)