fixed #65
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-04 16:30:01 +01:00
parent e2cb8e20fa
commit d9e4891510

View File

@@ -21,7 +21,11 @@
|| (!m.vac && m.game_ban && FormatVacDate(m.game_ban_date, store.state.matchDetails.date) !== '')
? 'ban-shadow'
: ''"
:title="!m.vac && m.game_ban ? 'Game-banned: ' + FormatVacDate(m.game_ban_date, store.state.matchDetails.date) : 'Vac-banned: ' + FormatVacDate(m.vac_date, store.state.matchDetails.date)">
:title="!m.vac && m.game_ban
? 'Game-banned: ' + FormatVacDate(m.game_ban_date, store.state.matchDetails.date)
: m.vac && !m.game_ban
? 'Vac-banned: ' + FormatVacDate(m.vac_date, store.state.matchDetails.date)
: ''">
{{ m.player }}
</span>
</span>