mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
#25 removed issues sort
This commit is contained in:
parent
f66f09572f
commit
bb6c853d3c
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ const BorisStatsGit: FC<IProps> = ({ stats }) => {
|
|||
{stats.issues
|
||||
.filter(el => !el.pull_request)
|
||||
.slice(0, 10)
|
||||
.sort(el => (el.state === 'open' ? 1 : -1))
|
||||
.map(data => (
|
||||
<BorisStatsGitCard data={data} key={data.id} />
|
||||
))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue