more match-info, parsed-icon on player-page, disabled score-nav-links for not-parsed demos

This commit is contained in:
cnachtigall1991
2021-10-12 02:43:20 +02:00
parent 76aba61361
commit a53c4a3c14
10 changed files with 487 additions and 78 deletions

View File

@@ -27,7 +27,7 @@ const routes = [
name: 'Match',
component: lazyLoad('Match'),
props: true,
alias: ['/match/:match_id/flashes', '/match/:match_id/utility']
alias: ['/match/:match_id/flashes', '/match/:match_id/utility', '/match/:match_id/damage']
},
{
path: '/explore',