0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

Fix endless timstamps

This commit is contained in:
dragongoose 2023-10-24 19:06:18 -04:00
parent ee81b38c46
commit 1ec6d07a23
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -9,7 +9,8 @@ export default {
let currentUrl = ref(instanceUrl)
return {
path: route.fullPath,
// remove any query from the path
path: route.fullPath.split("?")[0],
usingTwitchUrl: ref(false),
usingTime: ref(false),
query: ref(""),