From 27e1ba8f965c1eb92728adbe9c4bca7c6d9ace3e Mon Sep 17 00:00:00 2001 From: Solomon Cammack Date: Thu, 7 Oct 2021 13:33:51 +0100 Subject: [PATCH] Hide head to head link if it's not going to show anything important --- website/src/views/Match.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/src/views/Match.vue b/website/src/views/Match.vue index 76a9438f..4617b9b9 100644 --- a/website/src/views/Match.vue +++ b/website/src/views/Match.vue @@ -10,9 +10,9 @@
-
    +
      VOD - Head to head + Head to head
    @@ -153,6 +153,9 @@ export default { }, theme() { return this.match?.event?.theme; + }, + showHeadToHead() { + return this.match?.event?.map_pool; } }, metaInfo() {