From d9e48915106162bbaff2ed53a104ec8f70718009 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Fri, 4 Feb 2022 16:30:01 +0100 Subject: [PATCH] fixed #65 --- src/components/MatchChatHistory.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/MatchChatHistory.vue b/src/components/MatchChatHistory.vue index e241c40..fff606d 100644 --- a/src/components/MatchChatHistory.vue +++ b/src/components/MatchChatHistory.vue @@ -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 }}