centered load-more button for mobile
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:
@@ -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`
|
||||
|
Reference in New Issue
Block a user