From 1dae55db54f457e94e1091161d29237cfd949523 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Fri, 29 Nov 2019 18:18:13 +0100 Subject: [PATCH] refactor: export compareSummonernames function --- client/src/components/Match/DetailedMatch.vue | 13 +++++-------- .../src/components/Match/DetailedMatchTeam.vue | 16 ++++++++-------- client/src/components/Match/Match.vue | 3 ++- client/src/helpers/functions.js | 9 +++++++++ 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/client/src/components/Match/DetailedMatch.vue b/client/src/components/Match/DetailedMatch.vue index ac2408c..29a8130 100644 --- a/client/src/components/Match/DetailedMatch.vue +++ b/client/src/components/Match/DetailedMatch.vue @@ -4,6 +4,7 @@
@@ -15,6 +16,7 @@
@@ -24,6 +26,7 @@ diff --git a/client/src/components/Match/Match.vue b/client/src/components/Match/Match.vue index 436a4a9..71b906e 100644 --- a/client/src/components/Match/Match.vue +++ b/client/src/components/Match/Match.vue @@ -151,6 +151,7 @@