#30 VAC / Gameban not shown should be resolved (VAC > Gameban)
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<td class="player__vac">
|
<td class="player__vac">
|
||||||
<div v-if="!props.vac && !props.game_ban" class="vac-placeholder"></div>
|
<div v-if="!props.vac && !props.game_ban" class="vac-placeholder"></div>
|
||||||
<img v-if="!props.game_ban && props.vac && FormatVacDate(props.vac_date, store.state.matchDetails.date) !== ''"
|
<img v-if="props.vac && FormatVacDate(props.vac_date, store.state.matchDetails.date) !== ''"
|
||||||
:title="'Vac-banned: ' + FormatVacDate(props.vac_date, store.state.matchDetails.date)"
|
:title="'Vac-banned: ' + FormatVacDate(props.vac_date, store.state.matchDetails.date)"
|
||||||
alt="VAC-Ban"
|
alt="VAC-Ban"
|
||||||
src="../assets/images/icons/vac_banned.svg">
|
src="../assets/images/icons/vac_banned.svg">
|
||||||
|
Reference in New Issue
Block a user