centered load-more button for mobile
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2021-10-23 09:27:35 +02:00
parent d2b436112d
commit 0020518ba3
3 changed files with 31 additions and 18 deletions

View File

@@ -113,7 +113,6 @@
<script>
import {onBeforeMount, onBeforeUnmount, onMounted, reactive, watch} from "vue";
import axios from 'axios'
import {
closeNav,
DisplayRank,
@@ -148,9 +147,8 @@ export default {
// Functions
const GetMatch = async () => {
let res = {}
if (matchIdPattern.test(props.match_id)) {
res = await getMatchDetails(props.match_id)
const res = await getMatchDetails(props.match_id)
if (res.map)
document.title = `${FixMapName(res.map)} | csgoWTF`